Difference between revisions of "WSPR: Compile"

From OnnoWiki
Jump to navigation Jump to search
Line 1: Line 1:
 
Instalasi aplikasi pendukung
 
Instalasi aplikasi pendukung
  
  sudo apt-get install subversion python2.7-dev python-numpy python-imaging-tk python-pmw \
+
  sudo apt-get install subversion python3-dev python3-numpy python3-imaging-tk python3-tk \
  libportaudio2 portaudio19-dev libsamplerate0-dev gfortran cl-fftw3 python-dev
+
  python3-pil libportaudio2 portaudio19-dev libsamplerate0-dev gfortran cl-fftw3 \
 +
python-dev autoconf
 +
 
 +
 
  
 
Download
 
Download
  
 
  cd /usr/local/src
 
  cd /usr/local/src
  svn co http://svn.berlios.de/svnroot/repos/wsjt/branches/wspr
+
  svn co svn://svn.code.sf.net/p/wsjt/wsjt/branches/wspr
  
 
Compile
 
Compile
  
  cd wspr
+
  cd /usr/local/src/wspr
 +
./autogen.sh
 +
 
 +
 
 +
==Cara Lama==
 +
 
 +
===Untuk i386===
 +
 
 
  ./configure \
 
  ./configure \
 
  --with-portaudio-include-dir=/usr/include \
 
  --with-portaudio-include-dir=/usr/include \
Line 17: Line 27:
 
  make
 
  make
  
Untuk amd64 lakukan
+
===Untuk amd64===
  
 
  ./configure \
 
  ./configure \

Revision as of 04:41, 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

Compile

cd /usr/local/src/wspr

./autogen.sh


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


Pranala Menarik