Difference between revisions of "WSJT: Compile"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
Line 6: | Line 6: | ||
python3-pil libportaudio2 portaudio19-dev libsamplerate0-dev gfortran cl-fftw3 \ | python3-pil libportaudio2 portaudio19-dev libsamplerate0-dev gfortran cl-fftw3 \ | ||
python-dev autoconf git | python-dev autoconf git | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
Buat hamlib | Buat hamlib | ||
Line 34: | Line 27: | ||
− | + | Compile | |
+ | mkdir -p /usr/local/src/wsjtx/build | ||
cd /usr/local/src/wsjtx | 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 | |
− | |||
− | cd /usr/local/src/ | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | - | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | -- | ||
− | -- | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
Revision as of 07:04, 5 January 2015
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
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 ../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