H

From FusionPBX
Revision as of 21:38, 16 November 2012 by Mcrane (talk | contribs) (Created page with "==Install Dependencies== ===Debian / Ubuntu Server=== apt-get install autoconf automake gawk g++ git-core libjpeg62-dev libncurses5-dev libtool make python-dev gawk pkg-confi...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Install Dependencies

Debian / Ubuntu Server

apt-get install autoconf automake gawk g++ git-core libjpeg62-dev libncurses5-dev libtool make python-dev gawk pkg-config libtiff4-dev libperl-dev libgdbm-dev libdb-dev unixodbc


Source

cd /usr/src
/usr/local/bin/git clone  git://git.freeswitch.org/freeswitch.git freeswitch

boostrap.sh

cd /usr/src/freeswitch
./bootstrap.sh

modules.conf

cd /usr/src/freeswitch

Enable or disable the modules in /usr/src/freeswitch/modules.conf

compile

./configure
make
make install