|
From: Claude F. <Cla...@ba...> - 2017-08-04 14:15:53
|
On 08/04/2017 03:41 PM, Bill Somerville wrote: Hi Bill & all, Many thanks for your help. Now, I'm at 1.8.0-rc2 again. I will try it on the air and I will continue to follow the development. Best wishes, Claude (DJ0OT) > looks like you have two source trees checked out, one at > ~/ham/JoeTaylor/wsjtx which is at ^/branches/wsjtx-1.8 and another at > ~/ham/JoeTaylor/wsjtx/src which is at ^/branches/wsjtx, you are building > the latter. > > Try this: > > $ cd ~/ham/JoeTaylor/wsjtx > $ rm -r * > $ svn co svn://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx-1.8 src > $ mkdir build > $ cd build > $ cmake -D CMAKE_PREFIX_PATH=~/hamlib_prefix -D > CMAKE_INSTALL_PREFIX=~/.wsjtx ../src > $ cmake --build . --target install -- -j4 > $ ~/.wsjtx/bin/wsjtx |