Added SopaySDRPlay compatibility with v2.x driver line, NOT the v3.x one.

Vincent Sonnier 2018-06-28 20:44:51 +02:00
parent b324f619f9
commit 915a09382d

@ -195,7 +195,7 @@ C:\MSVCDEV> cmake --build SoapyRTLSDR_win64 --config Release --target install
Copy the generated module file `rtlsdrSupport.dll` in the `C:\MSVCDev\CubicSDR_win64\x64\modules` directory where CubicSDR can find it.
## SoapySDRPlay
* First, download the "API/HW Driver" from https://www.sdrplay.com/downloads/ and install it with defaults.
* First, download the "API/HW Driver v2.x" version (NOT the v3.x one !) from https://www.sdrplay.com/downloads/ and install it with defaults.
* Clone or download ZIP from https://github.com/pothosware/SoapySDRPlay to `C:\MSVCDev\SoapySDRPlay`
* Launch CMake, set source path to `C:/MSVCDev/SoapySDRPlay`
* Set destination to `C:/MSVCDev/SoapySDRPlay_win64`