Updated references to CMake 3.16.3 and libusb VS2019 project file.

Vincent Sonnier 2020-01-31 19:56:10 +01:00
parent d49c8da117
commit f8d7a39471
1 changed files with 2 additions and 2 deletions

@ -35,7 +35,7 @@ Download CMake from:
For this guide I've used:
* https://cmake.org/files/v3.15/cmake-3.15.4-win64-x64.msi
* https://cmake.org/files/v3.16.3/cmake-3.16.3-win64-x64.msi
# Install SoapySDR
@ -144,7 +144,7 @@ C:\MSVCDev\libusb-release\libusb-1.0\include\*.h
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.
* Build it using `C:\MSVCDev\libusb\msvc\libusb_2019.sln` choosing the `Release` and `x64` configuration.
Copy the file `libusb-1.0.dll` in the `C:\MSVCDev\CubicSDR_win64\x64` directory where CubicSDR can find it.