On 26/09/2019 16:54, Claude Frantz wrote:
Probably you will have to inform cmake about the location of your local hamlib. Use the cmake-gui in order to modify your cmake config so that your local hamlib can be found by cmake.

Hi Claude,

the best way to do this is to add the base location of the Hamlib installation to the CMAKE_PREFIX_PATH variable when configuring the WSJT-X CMake build. E.g. if Hamlib has been installed at ~/hamlib-prefix then:

cmake -D CMAKE_PREFIX_PATH=~/hamlib-prefix <wsjtx-sources-path>

73
Bill
G4WJS.



_______________________________________________
wsjt-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to