Difference between revisions of "Compiling FreeSwitch"

From OnnoWiki
Jump to navigation Jump to search
Line 1: Line 1:
Download source FreeSWITCH dari
+
Download [[source code]] FreeSWITCH dari ('''WARNING: File [[source code]] sangat besar sekitar 75Mbyte''')
  
 
* http://files.freeswitch.org/freeswitch-1.0.5pre9.tar.gz
 
* http://files.freeswitch.org/freeswitch-1.0.5pre9.tar.gz

Revision as of 08:14, 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


Pranala Menarik