On 16/04/2014 20:35, Bill Somerville wrote: Hi All, > > I have just sent David my latest attempt at brief nothing to running > instructions. When we get them working for him I'll post again here. As promised here are the instructions for Ubuntu 13.10 (obviously adjust for your preferred directory layout etc.):
You need Qt 5 or better, I just get the Linux installer from qt-project.org and install Qt 5.2.1. mkdir ~/src cd ~/src svn checkout svn://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx wsjtx git clone git://git.code.sf.net/u/bsomervi/hamlib u-bsomervi-hamlib cd u-bsomervi-hamlib git checkout integration mkdir build cd build ../autogen.sh --prefix=$HOME/local/hamlib --disable-shared make && make install mkdir -p ~/build/wsjtx/Release cd ~/build/wsjtx/Release cmake -D CMAKE_PREFIX_PATH=~/Qt/5.2.1/gcc_64\;~/local/hamlib \ -D CMAKE_INSTALL_PREFIX=~/local/wsjtx/Release \ ~/src/wsjtx cmake --build ~/build/wsjtx/Release --target install -- -j You should have a runnable wsjtx in ~/local/wsjtx/Release/bin These got David up and running without any other steps, YMMV depending on what packages you have installed already on your machine. 73 Bill G4WJS. ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written by three acclaimed leaders in the field, this first edition is now available. Download your free book today! http://p.sf.net/sfu/NeoTech _______________________________________________ wsjt-devel mailing list wsjt-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wsjt-devel