WSJT: Compile
Revision as of 07:21, 5 January 2015 by Onnowpurbo (talk | contribs)
Instalasi aplikasi pendukung
Di Ubuntu 14.04
sudo apt-get install subversion python3-dev python3-numpy python3-imaging-tk python3-tk \ python3-pil libportaudio2 portaudio19-dev libsamplerate0-dev gfortran cl-fftw3 \ python-dev autoconf git libtool qt5-default qtmultimedia5-dev
Buat hamlib
apt-get install git cd /usr/local/src mkdir hamlib-prefix cd hamlib-prefix git clone git://git.code.sf.net/u/bsomervi/hamlib src cd src git checkout integration mkdir -p ../build cd ../build ../src/autogen.sh --prefix=$HOME/hamlib-prefix \ --disable-shared --enable-static \ --without-cxx-binding --disable-winradio \ CFLAGS="-fdata-sections -ffunction-sections" \ LDFLAGS="-Wl,--gc-sections" make make install
Compile
mkdir -p /usr/local/src/wsjtx/build cd /usr/local/src/wsjtx svn co svn://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx src cd /usr/local/src/wsjtx/build cmake -D CMAKE_PREFIX_PATH=/usr/local/src/hamlib-prefix ../src cmake --build . cmake --build . --target install
Referensi
- http://www.george-smart.co.uk/wiki/Compiling_WSPR
- http://blog.marxy.org/2012/05/build-wspr-on-ubuntu-1204.html