From a5aea70c13fba283d64202da3aa25ee542e3f3dd Mon Sep 17 00:00:00 2001 From: Vincent Sonnier Date: Sun, 20 May 2018 17:06:43 +0200 Subject: [PATCH] Updated Build Windows (markdown) --- Build-Windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build-Windows.md b/Build-Windows.md index ab0db96..f6f4dad 100644 --- a/Build-Windows.md +++ b/Build-Windows.md @@ -47,7 +47,7 @@ Download ZIP or clone SoapySDR from https://github.com/pothosware/SoapySDR to `C * Set destination to `C:/MSVCDev/SoapySDR_win64/` * Click "Configure" and choose "Visual Studio 15 2017 Win64" and Finish * Set CMAKE_INSTALL_PREFIX to `C:/MSVCDev/SoapySDR_win64_install` -* Set SOAPY_SDR_ROOT to `C:/MSVCDev/SoapySDR_install` +* Set SOAPY_SDR_ROOT to `C:/MSVCDev/SoapySDR_win64_install` * Click Configure again, all should be good, then Generate. Open "Developer Command Prompt for VS2017" by right-clicking and "Run as Administrator".