Adapted Hamlib names to v4.0 naming scheme.

Vincent Sonnier 2021-01-03 12:57:30 +01:00
parent bdaaf07873
commit ddbad8eccb

@ -87,9 +87,9 @@ Configure variables to indicate CubicSDR that modules files will be searched in
* Click "Configure" again * Click "Configure" again
* Set USE_HAMLIB to 1 (checked) * Set USE_HAMLIB to 1 (checked)
* Click "Configure" again * Click "Configure" again
* Set HAMLIB_DLLS to `C:/MSVCDev/CubicSDR/external/hamlib/64/libhamlib-2.dll` * 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_INCLUDE_DIR to `C:/MSVCDev/CubicSDR/external/hamlib`
* Set HAMLIB_LIBRARY to `C:/MSVCDev/CubicSDR/external/hamlib/64/libhamlib-2.lib` * Set HAMLIB_LIBRARY to `C:/MSVCDev/CubicSDR/external/hamlib/64/libhamlib-4.lib`
* Click Configure again, all should be good, then Generate. * Click Configure again, all should be good, then Generate.
* Navigate to `C:\MSVCDev\CubicSDR_win64` in Explorer and open `CubicSDR.sln`. * 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) * Once open select "Release" and "x64" build configuration and then "Build Solution" (F6)