Hi All,

I tried to avoid line wraps in the list of commands but it still happened :(

Here is a version that hopefully is directly copyable:

In a terminal do the following.

for 64-bit:

sudo apt-get install cmake subversion clang-3.5 gfortran \
libfftw3-dev git libgfortran3:i386 libusb-dev autoconf libtool \
texinfo qt5-default qtmultimedia5-dev libqt5multimedia5-plugins

for 32-bit:

sudo apt-get install cmake subversion clang-3.5 gfortran \
    libfftw3-dev git libusb-dev autoconf libtool texinfo \
qt5-default qtmultimedia5-dev libqt5multimedia5-plugins

from now on the steps are the same for both 32 & 64-bit systems,
adjust paths to your preferences if required.

mkdir ~/src
cd ~/src/
git clone git://git.code.sf.net/u/bsomervi/hamlib u-bsomervi-hamlib
cd u-bsomervi-hamlib/
git checkout integration
mkdir -p ~/build/hamlib
cd ~/build/hamlib/
~/src/u-bsomervi-hamlib/autogen.sh \
   --prefix=$HOME/local/hamlib --disable-shared
make && make install
cd ~/src/
svn checkout svn://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx wsjtx
mkdir -p ~/build/wsjtx/Release
cd ~/build/wsjtx/Release/
cmake -D CMAKE_PREFIX_PATH:PATH=~/local/hamlib \
-D CMAKE_INSTALL_PREFIX=~/local/wsjtx/Release \
~/src/wsjtx
cmake --build . --target install -- -kj

That's it, you should have a runnable WSJT-X, to test:

~/local/wsjtx/Release/bin/wsjtx


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

Reply via email to