Difference between revisions of "Instalasi WSPR"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
| (13 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | + | [[Image:Orari.jpg|right|100px|thumb|[[Organisasi Amatir Radio Indonesia]]]] | |
| − | + | ||
| − | + | 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 | Instalasi | ||
| − | dpkg -i | + | 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 | ||
==Pranala Menarik== | ==Pranala Menarik== | ||
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