mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2024-11-04 16:31:15 -05:00
Add Hamlib build option
parent
7f2f3e973c
commit
2a07530ec8
@ -81,10 +81,16 @@ Configure variables to indicate CubicSDR that modules files will be searched in
|
|||||||
* Set BUNDLE_SOAPY_MODS to 1 (selected)
|
* Set BUNDLE_SOAPY_MODS to 1 (selected)
|
||||||
* Click "Configure" again
|
* Click "Configure" again
|
||||||
* Set BUNDLED_MODS_ONLY to 1 (selected)
|
* 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.
|
* 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)
|
||||||
- CubicSDR.exe should now be in the output folder (i.e. `C:\MSVCDev\CubicSDR_win64\x64`).
|
* CubicSDR.exe should now be in the output folder (i.e. `C:\MSVCDev\CubicSDR_win64\x64`).
|
||||||
|
|
||||||
# Using existing Modules
|
# Using existing Modules
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user