Difference between revisions of "Instalasi WSPR"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
Instalasi aplikasi pendukung | Instalasi aplikasi pendukung | ||
+ | apt-get install aptitude | ||
aptitude install libgfortran3 libqt5serialport5 libqt5multimedia5-plugins libqt5widgets5 libc6 \ | aptitude install libgfortran3 libqt5serialport5 libqt5multimedia5-plugins libqt5widgets5 libc6 \ | ||
python-tk python-imaging-tk python-numpy libfftw3-3 libfftw3-long3 | python-tk python-imaging-tk python-numpy libfftw3-3 libfftw3-long3 | ||
+ | Instalasi | ||
− | + | sudo su | |
+ | add-apt-repository ppa:ki7mt/wspr | ||
+ | apt-get update | ||
+ | aptitude install wspr | ||
+ | |||
+ | Atau ('''CARA INI NOT RECOMMENDED'''): | ||
cd /usr/local/src | cd /usr/local/src | ||
wget http://physics.princeton.edu/pulsar/K1JT/wspr_2.11r2263_i386.deb | wget http://physics.princeton.edu/pulsar/K1JT/wspr_2.11r2263_i386.deb | ||
− | |||
− | |||
− | |||
− | |||
dpkg -i wspr_2.11r2263_i386.deb | dpkg -i wspr_2.11r2263_i386.deb | ||
Latest revision as of 07:29, 21 July 2015
Instalasi aplikasi pendukung
apt-get install aptitude aptitude install libgfortran3 libqt5serialport5 libqt5multimedia5-plugins libqt5widgets5 libc6 \ python-tk python-imaging-tk python-numpy libfftw3-3 libfftw3-long3
Instalasi
sudo su add-apt-repository ppa:ki7mt/wspr apt-get update aptitude install wspr
Atau (CARA INI NOT RECOMMENDED):
cd /usr/local/src wget http://physics.princeton.edu/pulsar/K1JT/wspr_2.11r2263_i386.deb dpkg -i wspr_2.11r2263_i386.deb