More details about liquid-dsp libraries paths to set

Vincent Sonnier 2021-12-19 10:43:09 +01:00
parent 4d7f1011bb
commit d6852d9576
1 changed files with 3 additions and 0 deletions

@ -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)