mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2024-11-04 16:31:15 -05:00
Updated references to CMake 3.16.3 and libusb VS2019 project file.
parent
d49c8da117
commit
f8d7a39471
@ -35,7 +35,7 @@ Download CMake from:
|
|||||||
|
|
||||||
For this guide I've used:
|
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
|
# Install SoapySDR
|
||||||
|
|
||||||
@ -144,7 +144,7 @@ C:\MSVCDev\libusb-release\libusb-1.0\include\*.h
|
|||||||
|
|
||||||
Or compile it from source:
|
Or compile it from source:
|
||||||
* Clone or download https://github.com/libusb/libusb to `C:\MSVCDev\libusb`
|
* 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.
|
Copy the file `libusb-1.0.dll` in the `C:\MSVCDev\CubicSDR_win64\x64` directory where CubicSDR can find it.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user