diff --git a/Build-Windows.md b/Build-Windows.md index 8db4384..d4ea530 100644 --- a/Build-Windows.md +++ b/Build-Windows.md @@ -173,9 +173,8 @@ 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. * Clone or download ZIP from https://github.com/pothosware/SoapySDRPlay to C:\MSVCDev\SoapySDRPlay -* Download "API/HW Driver" from https://www.sdrplay.com/downloads/ and install it with defaults. * Launch CMake, set source path to `C:/MSVCDev/SoapySDRPlay` * Set destination to `C:/MSVCDev/SoapySDRPlay_win64` * Click "Configure" and choose "Visual Studio 15 2017 Win64" and Finish