Skip to content
Snippets Groups Projects
Commit d3d9795f authored by llea's avatar llea
Browse files

*** empty log message ***

parent d1728419
No related branches found
No related tags found
No related merge requests found
This is SFLPhone 0.1 alpha. A new softphone. This is SFLPhone-0.3 release.
WARNING!!! You need ccrtp-1.3.0 which needs commoncpp2>=1.3.0
This software is extremely alpha, as its name says. libeXosip-0.9.0 needs libosip2-2.2.0
You will experience lots of trouble while (or even before) running it. See http://www.sflphone.org/#downloads to download required libraries.
This is the game. But hopefully someday you will enjoy
using sflphone on your desktop.
Only OSS audio is supported for now. Dependencies build instructions:
--------------------------------
How to compile it ? 1/ For commoncpp2-1.3.6
---------------- ./configure [option]
make
make install
./configure -oss 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]
make make
make install make install
( Be sure you have the correct permissions). ( Be sure you have the correct permissions).
...@@ -26,7 +49,9 @@ How to use it ? ...@@ -26,7 +49,9 @@ How to use it ?
3. Save your settings, restart it. You're done. 3. Save your settings, restart it. You're done.
A full documentation will be available later on http://www.sflphone.org A user's guide will be available on:
http://www.sflphone.org/doc/SFLphoneDocEnglish.pdf
http://www.sflphone.org/doc/SFLphoneDocFrancais.pdf
Why does it not compile ? Why does it not compile ?
...@@ -38,10 +63,17 @@ Why does it not compile ? ...@@ -38,10 +63,17 @@ Why does it not compile ?
some compilers). We are using gcc 3.3.3 on some compilers). We are using gcc 3.3.3 on
Fedora Core 2 Linux. Someone reported it works on gcc 3.4. Fedora Core 2 Linux. Someone reported it works on gcc 3.4.
- 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} )
Of course we love patches. And contribution. See http://www.sflphone.org/ . Of course we love patches. And contribution. See http://www.sflphone.org/ .
We are setting up the project (CVS, bugtraqer, MLs) infrastructure. The project infrastructure (CVS, bugtraqer, MLs) is maintained on :
Please be patient. The goal was to release an early alpha version before the http://forge.novell.com/modules/xfmod/project/?sflphone
holidays so we can get some feedback.
Don't hesitate to post your comments/suggestions/questions on the
forge.novell mailing-list.
Laurielle Lea (laurielle.lea@savoirfairelinux.com) Laurielle Lea (laurielle.lea@savoirfairelinux.com)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment