Difference between revisions of "VisualWSPR"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
Onnowpurbo (talk | contribs)  | 
				Onnowpurbo (talk | contribs)   | 
				||
| Line 9: | Line 9: | ||
  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 libgtk2.0-dev libjpeg8-dev  |   gcc make git unzip libgtk2.0-dev libjpeg8-dev  | ||
| + | |||
| + | Instalasi mono  | ||
| + | |||
| + |  cd /usr/local/src/  | ||
| + |  git clone git://github.com/mono/mono.git  | ||
| + |  cd mono  | ||
| + |  git checkout mono-4.4.0.40-branch  | ||
| + |  ./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  | ||
Revision as of 14:14, 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
Instalasi mono
cd /usr/local/src/ git clone git://github.com/mono/mono.git cd mono git checkout mono-4.4.0.40-branch ./autogen.sh --prefix=/usr/local make sudo make install