VisualWSPR: Difference between revisions
From OnnoCenterWiki
Jump to navigationJump to search
Onnowpurbo (talk | contribs) No edit summary |
Onnowpurbo (talk | contribs) |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 8: | Line 8: | ||
apt-get install libsndfile1 libsndfile1-dev libfftw3-3 libfftw3-dev mono-complete \ | apt-get install libsndfile1 libsndfile1-dev libfftw3-3 libfftw3-dev mono-complete \ | ||
gcc make git unzip | gcc make git unzip libgtk2.0-dev libjpeg8-dev libtool automake libhamlib-utils grig | ||
Instalasi mono | |||
cd /usr/local/src/ | |||
git clone git://github.com/mono/mono.git | |||
cd mono | |||
./autogen.sh --prefix=/usr/local | |||
make | |||
sudo make install | |||
cd /usr/local/src/ | |||
git clone git://github.com/mono/libgdiplus | |||
cd libgdiplus | |||
./autogen.sh --prefix=/usr/local | |||
make | |||
sudo make install | |||
==Referensi== | ==Referensi== | ||
* http://www.dj0abr.de/english/technik/dds/wsprbanana_x_luxus.htm | * http://www.dj0abr.de/english/technik/dds/wsprbanana_x_luxus.htm | ||
Latest revision as of 07:31, 7 April 2016
Download Source
http://www.dj0abr.de/files/wspr/runtime/pc32/wsprlinux_PC32bit.zip http://www.dj0abr.de/files/wspr/runtime/pc64/wsprlinux_PC64bit.zip http://www.dj0abr.de/files/wspr/runtime/arm/wsprlinux_arm.zip
Instalasi Pendukung
apt-get install libsndfile1 libsndfile1-dev libfftw3-3 libfftw3-dev mono-complete \ gcc make git unzip libgtk2.0-dev libjpeg8-dev libtool automake libhamlib-utils grig
Instalasi mono
cd /usr/local/src/ git clone git://github.com/mono/mono.git cd mono ./autogen.sh --prefix=/usr/local make sudo make install
cd /usr/local/src/ git clone git://github.com/mono/libgdiplus cd libgdiplus ./autogen.sh --prefix=/usr/local make sudo make install