WSJT: Compile

From OnnoCenterWiki
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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 libqt5multimedia5-plugins cmake \
libhamlib2 libhamlib-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 ../src
cmake --build .
cmake --build . --target install


Referensi


Pranala Menarik