Bill,
It wouldn't build on my systems.  I'll admit that my compiling skills need 
improvement. I emailed you the errors.

Thanks,
Shane


Hi Shane,

ok, try this.

Grab the wsjtx-2.0.0.tgz tarball from the project web site or the
SourceForge files area and unpack it somewhere. In it there is an empty
hamlib.patch file, replace that with this file:

https://www.dropbox.com/s/8ypdeladz4fsfyt/hamlib.patch?dl=0

then build WSJT-X from those sources. For reference here is a recipe:

mkdir -p /tmp/wsjtx-prefix/build
cd !$/..
wget https://sourceforge.net/projects/wsjt/files/wsjtx-2.0.0/wsjtx-2.0.0.tgz
tar xf wsjtx-2.0.0.tgz
cd wsjtx-2.0.0
wget -N https://www.dropbox.com/s/8ypdeladz4fsfyt/hamlib.patch
cd ../build
cmake -DWSJT_SKIP_MANPAGES=ON -DWSJT_GENERATE_DOCS=OFF 
-DCMAKE_INSTALL_PREFIX=.. ../wsjtx-2.0.0
cmake --build . --target install -- -j
/tmp/wsjtx-prefix/bin/wsjtx

and see how that goes.

73
Bill
G4WJS.

_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to