summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNancyLi1013 <lirui09@beyondsoft.com>2020-04-17 01:52:28 -0700
committerChris Dickens <christopher.a.dickens@gmail.com>2020-04-17 10:36:12 -0700
commitbe57525e8bb78eb9dcd3efb8ec792e3395b9a140 (patch)
tree421297c4834ac9d56f5fded1c8a7caca8c09a0d8
parent71a3fb3faadb79c2ccff8f23f0520e4015f547f3 (diff)
downloadlibusb-be57525e8bb78eb9dcd3efb8ec792e3395b9a140.tar.gz
Add vcpkg installation instructions
Closes #708, Closes #715 Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
-rw-r--r--INSTALL_WIN.txt15
-rw-r--r--libusb/version_nano.h2
2 files changed, 16 insertions, 1 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
***********************
diff --git a/libusb/version_nano.h b/libusb/version_nano.h
index 98829f4..6f8e38e 100644
--- a/libusb/version_nano.h
+++ b/libusb/version_nano.h
@@ -1 +1 @@
-#define LIBUSB_NANO 11499
+#define LIBUSB_NANO 11500