Files
jami-daemon/INSTALL

32 lines
660 B
Plaintext
Raw Normal View History

INSTALLATION GUIDE
* CORE INSTALLATION
# Go to the root of the application core directory
cd daemon
# Compile pjsip
2009-09-14 09:56:52 -04:00
cd libs/pjproject
./configure
2011-09-27 16:18:08 -04:00
make
# Go back to the root
cd ../..
2011-09-27 16:18:08 -04:00
./autogen.sh
./configure --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 gnome
2011-09-27 16:18:08 -04:00
./autogen.sh
./configure --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