2009-04-21 22:08:38 -04:00
|
|
|
INSTALLATION GUIDE
|
|
|
|
|
|
|
|
* CORE INSTALLATION
|
|
|
|
# Go to the root of the application core directory
|
|
|
|
cd sflphone-common
|
|
|
|
# Compile pjsip
|
2009-09-14 09:56:52 -04:00
|
|
|
cd libs/pjproject
|
2009-10-30 10:28:43 -04:00
|
|
|
./autogen.sh
|
2009-04-21 22:08:38 -04:00
|
|
|
./configure
|
|
|
|
make dep && make
|
|
|
|
# Go back to the root
|
|
|
|
cd ../..
|
|
|
|
./autogen.sh --prefix=/usr
|
|
|
|
make && sudo make install
|
|
|
|
|
|
|
|
You are done with the core !
|
|
|
|
|
|
|
|
* GNOME CLIENT INSTALLATION
|
|
|
|
# Go to the root of the gnome client directory
|
|
|
|
cd sflphone-client-gnome
|
|
|
|
./autogen.sh --prefix=/usr
|
|
|
|
make && sudo make install
|
|
|
|
|
|
|
|
You are done with the gnome client !
|
|
|
|
|
|
|
|
Then, to start SFLphone, simply go in Applications > Internet > SFLphone VoIP Client.
|
|
|
|
|
|
|
|
Thanks You
|
|
|
|
|
|
|
|
SFLphone Team
|