From d6852d9576b0c932fc001520055f2d44a449f445 Mon Sep 17 00:00:00 2001 From: Vincent Sonnier Date: Sun, 19 Dec 2021 10:43:09 +0100 Subject: [PATCH] More details about liquid-dsp libraries paths to set --- Build-Windows.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Build-Windows.md b/Build-Windows.md index 5ec2c14..5275925 100644 --- a/Build-Windows.md +++ b/Build-Windows.md @@ -92,6 +92,9 @@ Configure variables to indicate CubicSDR that modules files will be searched in * Set HAMLIB_DLLS to `C:/MSVCDev/CubicSDR/external/hamlib/64/libhamlib-4.dll` * Set HAMLIB_INCLUDE_DIR to `C:/MSVCDev/CubicSDR/external/hamlib` * Set HAMLIB_LIBRARY to `C:/MSVCDev/CubicSDR/external/hamlib/64/libhamlib-4.lib` +* Set LIQUID_DLL to `C:/MSVCDev/CubicSDR/external/liquid-dsp/msvc/64/libliquid.dll` +* Set LIQUID_INCLUDES to `C:/MSVCDev/CubicSDR/external/liquid-dsp/include` +* Set LIQUID_LIBRARIES to `C:/MSVCDev/CubicSDR/external/liquid-dsp/msvc/64/libliquid.lib` * Click Configure again, all should be good, then Generate. * Navigate to `C:\MSVCDev\CubicSDR_win64` in Explorer and open `CubicSDR.sln`. * Once open select "Release" and "x64" build configuration and then "Build Solution" (F6)