Add Hamlib build option

Vincent Sonnier 2018-05-20 16:08:09 +02:00
parent 7f2f3e973c
commit 2a07530ec8
1 changed files with 8 additions and 2 deletions

@ -81,10 +81,16 @@ Configure variables to indicate CubicSDR that modules files will be searched in
* Set BUNDLE_SOAPY_MODS to 1 (selected)
* Click "Configure" again
* Set BUNDLED_MODS_ONLY to 1 (selected)
* Click "Configure" again
* Set USE_HAMLIB to 1 (selected)
* Click "Configure" again
* Set HAMLIB_DLLS to `C:/MSVCDev/CubicSDR/external/hamlib/64/libhamlib-2.dll`
* Set HAMLIB_INCLUDE_DIR to `C:/MSVCDev/CubicSDR/external/hamlib`
* Set HAMLIB_LIBRARY to `C:/MSVCDev/CubicSDR/external/hamlib/64/libhamlib-2.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)
- CubicSDR.exe should now be in the output folder (i.e. `C:\MSVCDev\CubicSDR_win64\x64`).
* Once open select "Release" and "x64" build configuration and then "Build Solution" (F6)
* CubicSDR.exe should now be in the output folder (i.e. `C:\MSVCDev\CubicSDR_win64\x64`).
# Using existing Modules