Hello, The instructions for building wsjtx include a bit on setting up a custom hamlib fork in a directory, which works fine.
Then the "INSTALL" file has this bit, which fails on Fedora 24: $ cd ~/wsjtx-prefix/build $ cmake -D CMAKE_PREFIX_PATH=~/hamlib-prefix \ -D CMAKE_INSTALL_PREFIX=~/wsjtx-prefix ../src $ cmake --build . $ cmake --build . --target install Specifically, the CMAKE_PREFIX_PATH is not enough to make it actually find hamlib. Changing the commandline to include these two bits makes wsjtx build: -D hamlib_LIBRARY_DIRS=/source/ham/wsjtx/hamlib/lib -D hamlib_INCLUDE_DIRS=/source/ham/wsjtx/hamlib/include With these two arguments added into the commandline, things seem to build. Would you like me to send in a patch for the INSTALL file? -- All Rights Reversed.
signature.asc
Description: This is a digitally signed message part
------------------------------------------------------------------------------
_______________________________________________ wsjt-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wsjt-devel
