mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2024-11-16 17:11:46 -05:00
Updated Build Windows (markdown)
parent
ebd91b987a
commit
d0461f17a9
@ -73,3 +73,25 @@ Update your system environment variables (Search "enviornment variables" in wind
|
||||
|
||||
# Build Support Modules
|
||||
|
||||
## SoapyRTLSDR
|
||||
|
||||
* Clone or download ZIP from https://github.com/pothosware/SoapyRTLSDR to C:\MSVCDev\SoapyRTLSDR
|
||||
* Download http://sdr.osmocom.org/trac/attachment/wiki/rtl-sdr/RelWithDebInfo.zip and unpack to C:\MSVCDev\rtl-sdr-release\
|
||||
* Copy C:\MSVCDev\rtl-sdr-release\x64\libusb-1.0.dll and C:\MSVCDev\rtl-sdr-release\x64\rtlsdr.dll to C:\Program Files\SoapySDR\bin
|
||||
* Launch CMake, set source path to C:/MSVCDev/SoapyRTLSDR/
|
||||
* Set destination to C:/MSVCDev/SoapyRTLSDR_win64/
|
||||
* Click "Configure" and choose "Visual Studio 14 2015 Win64" and Finish
|
||||
* Set RTLSDR_INCLUDE_DIR to C:/MSVCDev/rtl-sdr-release/
|
||||
* Set RTLSDR_LIBRARY to C:/MSVCDev/rtl-sdr-release/x64/rtlsdr.lib
|
||||
* Click "Configure" again and then click "Generate"
|
||||
|
||||
Open "Developer Command Prompt for VS2015" by right-clicking and "Run as Administrator".
|
||||
|
||||
From the prompt:
|
||||
|
||||
```
|
||||
C:\> cd C:\MSVCDev\
|
||||
C:\MSVCDEV> cmake --build SoapyRTLSDR_win64 --config Release --target install
|
||||
... Bunch of building ...
|
||||
0 Error(s)
|
||||
```
|
Loading…
Reference in New Issue
Block a user