2009-04-21 22:08:38 -04:00
|
|
|
INSTALLATION GUIDE
|
|
|
|
|
|
|
|
* CORE INSTALLATION
|
|
|
|
# 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
|
2009-09-14 09:56:52 -04:00
|
|
|
cd libs/pjproject
|
2009-04-21 22:08:38 -04:00
|
|
|
./configure
|
2011-09-27 16:18:08 -04:00
|
|
|
make
|
2009-04-21 22:08:38 -04:00
|
|
|
# Go back to the root
|
|
|
|
cd ../..
|
2011-09-27 16:18:08 -04:00
|
|
|
./autogen.sh
|
|
|
|
./configure --prefix=/usr
|
2009-04-21 22:08:38 -04:00
|
|
|
make && sudo make install
|
|
|
|
|
|
|
|
You are done with the core !
|
|
|
|
|
|
|
|
* GNOME CLIENT INSTALLATION
|
|
|
|
# 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
|
|
|
|
./configure --prefix=/usr
|
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
|