From 915a09382d360f39b27b225c4b0592fca4565b49 Mon Sep 17 00:00:00 2001 From: Vincent Sonnier Date: Thu, 28 Jun 2018 20:44:51 +0200 Subject: [PATCH] Added SopaySDRPlay compatibility with v2.x driver line, NOT the v3.x one. --- Build-Windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`