aboutsummaryrefslogtreecommitdiff
path: root/INSTALL_WIN.txt
diff options
context:
space:
mode:
authorChris Dickens <christopher.a.dickens@gmail.com>2020-08-18 10:07:46 -0700
committerChris Dickens <christopher.a.dickens@gmail.com>2020-08-18 10:07:46 -0700
commit178e433b7401776c37e475b17ee9667337a589c4 (patch)
tree3b7d6a36d27521074d9434dfebaae249444042f0 /INSTALL_WIN.txt
parentee089f2e658472e0b0881064a366236ce9fa38be (diff)
downloadlibusb-178e433b7401776c37e475b17ee9667337a589c4.tar.gz
Windows: Update INSTALL_WIN.txt
Add info regarding where the 'INSTALL' file comes from. Remove link for Windows SDKs as this is no longer relevant. Update to account for Visual Studio 2019. Closes #235 Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
Diffstat (limited to 'INSTALL_WIN.txt')
-rw-r--r--INSTALL_WIN.txt9
1 files changed, 4 insertions, 5 deletions
diff --git a/INSTALL_WIN.txt b/INSTALL_WIN.txt
index 783a479..3ee364d 100644
--- a/INSTALL_WIN.txt
+++ b/INSTALL_WIN.txt
@@ -1,13 +1,15 @@
Installation Instructions for Windows
*************************************
-If you are compiling for MinGW or cygwin, please refer to the INSTALL file.
+If you are compiling for MinGW or cygwin, please refer to the INSTALL file,
+which is automatically generated by autotools (e.g. running bootstrap.sh).
If you are using Microsoft Visual Studio:
- Open the relevant solution file in /msvc:
libusb_2013.sln for Visual Studio 2013,
libusb_2015.sln for Visual Studio 2015,
- libusb_2017.sln for Visual Studio 2017 or later.
+ libusb_2017.sln for Visual Studio 2017,
+ libusb_2019.sln for Visual Studio 2019 or later.
- If you want to debug the library, uncomment the ENABLE_DEBUG_LOGGING define
in msvc\config.h
- Select your configuration and compile the project
@@ -47,6 +49,3 @@ Links
Additional information related to the Windows backend:
http://windows.libusb.info
-
-Microsoft Windows SDK Archive:
- https://developer.microsoft.com/en-us/windows/downloads/sdk-archive \ No newline at end of file