2009-04-21 22:08:38 -04:00
|
|
|
INSTALLATION GUIDE
|
|
|
|
|
2014-05-02 15:02:24 -04:00
|
|
|
Wiki: https://projects.savoirfairelinux.com/projects/sflphone/wiki/BuildInstructions
|
|
|
|
|
2009-04-21 22:08:38 -04:00
|
|
|
* CORE INSTALLATION
|
2011-11-14 17:11:30 -05:00
|
|
|
|
|
|
|
# Install dependencies (subject to change):
|
|
|
|
apt-get install gnome-doc-utils build-essential autoconf libtool
|
|
|
|
libasound2-dev libpulse-dev libsamplerate0-dev libcommoncpp2-dev
|
|
|
|
libccrtp-dev libzrtpcpp-dev libdbus-1-dev libdbus-c++-dev libyaml-dev
|
|
|
|
libpcre3-dev libgsm1-dev libspeex-dev libspeexdsp-dev libcelt-dev
|
|
|
|
|
2009-04-21 22:08:38 -04:00
|
|
|
# Go to the root of the application core directory
|
2011-08-15 09:15:00 -04:00
|
|
|
cd daemon
|
2009-04-21 22:08:38 -04:00
|
|
|
# Compile pjsip
|
2012-12-17 14:57:08 -05:00
|
|
|
cd libs
|
|
|
|
./compile_pjsip.sh
|
2009-04-21 22:08:38 -04:00
|
|
|
# Go back to the root
|
|
|
|
cd ../..
|
2011-09-27 16:18:08 -04:00
|
|
|
./autogen.sh
|
2012-12-17 14:57:08 -05:00
|
|
|
./configure
|
2009-04-21 22:08:38 -04:00
|
|
|
make && sudo make install
|
|
|
|
|
|
|
|
You are done with the core !
|
|
|
|
|
|
|
|
* GNOME CLIENT INSTALLATION
|
2011-11-14 17:11:30 -05:00
|
|
|
|
|
|
|
# Install dependencies (subject to change):
|
|
|
|
apt-get install libnotify-dev libgtk2.0-dev libwebkit-dev libgnomeui-dev check
|
|
|
|
|
2009-04-21 22:08:38 -04:00
|
|
|
# Go to the root of the gnome client directory
|
2011-08-15 09:15:00 -04:00
|
|
|
cd gnome
|
2011-09-27 16:18:08 -04:00
|
|
|
./autogen.sh
|
2012-12-17 14:57:08 -05:00
|
|
|
./configure
|
2009-04-21 22:08:38 -04:00
|
|
|
make && sudo make install
|
|
|
|
|
|
|
|
You are done with the gnome client !
|
|
|
|
|
|
|
|
Then, to start SFLphone, simply go in Applications > Internet > SFLphone VoIP Client.
|
2011-08-15 09:15:00 -04:00
|
|
|
|
2009-04-21 22:08:38 -04:00
|
|
|
Thanks You
|
|
|
|
|
|
|
|
SFLphone Team
|