summaryrefslogtreecommitdiff
path: root/INSTALL_WIN.txt
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL_WIN.txt')
-rw-r--r--INSTALL_WIN.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/INSTALL_WIN.txt b/INSTALL_WIN.txt
index eb1ddd4..783a479 100644
--- a/INSTALL_WIN.txt
+++ b/INSTALL_WIN.txt
@@ -12,6 +12,21 @@ If you are using Microsoft Visual Studio:
in msvc\config.h
- Select your configuration and compile the project
+Installing and building libusb via vcpkg
+****************************************
+
+You can download and install libusb using the vcpkg dependency manager:
+
+ git clone https://github.com/Microsoft/vcpkg.git
+ cd vcpkg
+ ./bootstrap-vcpkg.bat
+ ./vcpkg integrate install
+ vcpkg install libusb
+
+The libusb port in vcpkg is kept up to date by Microsoft team members and
+community contributors. If the version is out of date, please create an issue
+or pull request (https://github.com/Microsoft/vcpkg) on the vcpkg repository.
+
Destination directories
***********************