Compiling libusb with latest VS2017 update works.

Vincent Sonnier 2018-06-03 08:15:46 +02:00
parent bd74e76bdf
commit b324f619f9
1 changed files with 1 additions and 1 deletions

@ -139,7 +139,7 @@ C:\MSVCDev\libusb-release\MS64\dll\libusb-1.0.lib
C:\MSVCDev\libusb-release\libusb-1.0\include\*.h
````
Or compile it from source: (TODO: make VS2017 compiler crash)
Or compile it from source:
* Clone or download https://github.com/libusb/libusb to `C:\MSVCDev\libusb`
* Build it using `C:\MSVCDev\libusb\msvc\libusb_2017.sln` choosing the `Release` and `x64` configuration.