diff --git a/Build-Windows.md b/Build-Windows.md index 3531db6..5dc3ebb 100644 --- a/Build-Windows.md +++ b/Build-Windows.md @@ -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`