Files
jami-daemon/README

83 lines
2.0 KiB
Plaintext
Raw Normal View History

2005-05-27 21:08:18 +00:00
This is SFLPhone-0.3.1 release.
2004-12-22 16:01:31 +00:00
2005-04-06 20:13:27 +00:00
You need ccrtp-1.3.0 which needs commoncpp2>=1.3.0
libeXosip-0.9.0 needs libosip2-2.2.0
See http://www.sflphone.org/#downloads to download required libraries.
2004-12-22 16:01:31 +00:00
2005-04-06 20:13:27 +00:00
Dependencies build instructions:
--------------------------------
2004-12-22 16:01:31 +00:00
2005-04-06 20:13:27 +00:00
1/ For commoncpp2-1.3.6
./configure [option]
make
make install
2004-12-22 16:01:31 +00:00
2005-04-06 20:13:27 +00:00
2/ For ccrtp-1.3.0
./configure [option]
make
make install
3/ For libosip2-2.2.0
./configure [option]
make
make install
4/ For libeXosip-0.9.0
./configure --disable-josua [option]
make
make install
How to compile SFLphone ?
-------------------------
If you want to activate alsa option in the setup configuration interface,
add -alsa:
./configure [-alsa]
2004-12-22 16:01:31 +00:00
make
make install
( Be sure you have the correct permissions).
How to use it ?
---------------
2005-05-27 21:08:18 +00:00
If you have old version, remove your sflphonerc file located in $HOME/.sflphone
2005-01-13 23:44:39 +00:00
1. Lauch it, a setup window appears.
2004-12-22 16:01:31 +00:00
2. If you do have a SIP account, fill the SIP stuff where related. You can use
STUN too.
3. Save your settings, restart it. You're done.
2005-04-06 20:13:27 +00:00
A user's guide will be available on:
http://www.sflphone.org/doc/SFLphoneDocEnglish.pdf
http://www.sflphone.org/doc/SFLphoneDocFrancais.pdf
2004-12-22 16:01:31 +00:00
Why does it not compile ?
-------------------------
- You don't have the same library versions as we do.
See http://www.sflphone.org in section Downloads.
- You don't have the same compiler (some libraries dislike
some compilers). We are using gcc 3.3.3 on
Fedora Core 2 Linux. Someone reported it works on gcc 3.4.
2005-04-06 20:13:27 +00:00
- If error occured while loading shared libraries,
you have to export LD_LIBRARY_PATH with your lib directory
( example: export LD_LIBRARY_PATH=/opt/lib:${LD_LIBRARY_PATH} )
2004-12-22 16:01:31 +00:00
Of course we love patches. And contribution. See http://www.sflphone.org/ .
2005-04-06 20:13:27 +00:00
The project infrastructure (CVS, bugtraqer, MLs) is maintained on :
http://forge.novell.com/modules/xfmod/project/?sflphone
Don't hesitate to post your comments/suggestions/questions on the
forge.novell mailing-list.
2004-12-22 16:01:31 +00:00
Laurielle Lea (laurielle.lea@savoirfairelinux.com)