Difference between revisions of "WSPR: Compile"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
Line 12: | Line 12: | ||
svn co svn://svn.code.sf.net/p/wsjt/wsjt/branches/wspr | svn co svn://svn.code.sf.net/p/wsjt/wsjt/branches/wspr | ||
− | + | Siapkan | |
cd /usr/local/src/wspr | cd /usr/local/src/wspr | ||
− | ./autogen.sh | + | ./autogen.sh |
+ | |||
+ | Compile | ||
+ | make clean | ||
+ | make | ||
+ | sudo make install | ||
==Cara Lama== | ==Cara Lama== |
Revision as of 04:42, 29 September 2014
Instalasi aplikasi pendukung
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
Download
cd /usr/local/src svn co svn://svn.code.sf.net/p/wsjt/wsjt/branches/wspr
Siapkan
cd /usr/local/src/wspr ./autogen.sh
Compile
make clean make sudo make install
Cara Lama
Untuk i386
./configure \ --with-portaudio-include-dir=/usr/include \ --with-portaudio-lib-dir=/usr/lib/i386-linux-gnu make
Untuk amd64
./configure \ --with-portaudio-include-dir=/usr/include \ --with-portaudio-lib-dir=/usr/lib/x86_64-linux-gnu
Run
cd /usr/local/src/wspr ./wspr
Referensi
- http://www.george-smart.co.uk/wiki/Compiling_WSPR
- http://blog.marxy.org/2012/05/build-wspr-on-ubuntu-1204.html