Difference between revisions of "Compiling FreeSwitch"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
Onnowpurbo (talk | contribs)  | 
				Onnowpurbo (talk | contribs)   | 
				||
| Line 21: | Line 21: | ||
==Install Pendukung==  | ==Install Pendukung==  | ||
| + | |||
| + | |||
| + | ===Instalasi Sample Konfigurasi===  | ||
| + | |||
| + |  make samples  | ||
| + | |||
===Instalasi Sound===  | ===Instalasi Sound===  | ||
| Line 34: | Line 40: | ||
  make sounds-install  |   make sounds-install  | ||
  make moh-install  |   make moh-install  | ||
| − | |||
| − | |||
| − | |||
| − | |||
==Pranala Menarik==  | ==Pranala Menarik==  | ||
Revision as of 09:55, 2 January 2010
Download source code FreeSWITCH dari (WARNING: File source code sangat besar sekitar 75Mbyte)
Siapkan dependencies dan aplikasi pendukung
apt-get install kernel-package libncurses5-dev fakeroot wget bzip2 g++ libssl-dev libxml2-dev
Untuk mengcompile lakukan
cp freeswitch-1.0.5pre9.tar.gz /usr/local/src/ cd /usr/local/src tar zxvf freeswitch-1.0.5pre9.tar.gz cd freeswitch-1.0.5pre9 ./configure make make install
Install Pendukung
Instalasi Sample Konfigurasi
make samples
Instalasi Sound
Hati-hati ini akan mendownload dari Internet
make cd-sounds-install make cd-moh-install make uhd-sounds-install make uhd-moh-install make hd-sounds-install make hd-moh-install make sounds-install make moh-install