Updated SoapySDR build procedure

Vincent Sonnier 2018-05-20 07:34:39 +02:00
parent 6866ff7f4b
commit 618493ec89

@ -45,7 +45,8 @@ Download ZIP or clone SoapySDR from https://github.com/pothosware/SoapySDR to `C
* Launch CMake, set source path to `C:/MSVCDev/SoapySDR/`
* Set destination to `C:/MSVCDev/SoapySDR_win64/`
* Click "Configure" and choose "Visual Studio 15 2017 Win64" and Finish
* Click "Generate"
* Set SOAPY_SDR_ROOT to `C:/MSVCDev/SoapySDR_win64/`
* Click Configure again, all should be good, then Generate.
Open "Developer Command Prompt for VS2017" by right-clicking and "Run as Administrator".
@ -58,13 +59,6 @@ C:\MSVCDEV> cmake --build SoapySDR_win64 --config Release --target install
0 Error(s)
```
Update your system environment variables (Search "enviornment variables" in windows 8/10 search) and append the following to the Path variable:
```
;C:\Program Files\SoapySDR\bin
```
# Build CubicSDR:
* Clone or download ZIP from https://github.com/cjcliffe/CubicSDR/ to `C:\MSVCDev\CubicSDR`