Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-daemon
Commits
5a6beca5
Commit
5a6beca5
authored
Sep 24, 2007
by
Alexandre Bourget
Browse files
Update build instructions + dependencies + about license.
parent
deda3bae
Changes
3
Show whitespace changes
Inline
Side-by-side
doc/About.txt
View file @
5a6beca5
...
...
@@ -7,7 +7,7 @@ About
SFLphone is meant to be a robust enterprise-class desktop phone. It is design
with a hundred-calls-a-day receptionist in mind. It can work for you, too.
SFLphone is released under the *GNU General Public License*
(GPLv2 and up)
.
SFLphone is released under the *GNU General Public License*.
SFLphone is being developed by the global community, and maintained by
http://www.savoirfairelinux.com[Savoir-faire Linux], a Montreal,
...
...
doc/Build.txt
View file @
5a6beca5
...
...
@@ -9,6 +9,9 @@ sflphoned
Instructions to build `sflphoned`:
TIP: Check out to fullfill the sflfile:Dependencies.txt[dependencies] first.
dbus-c++-bindings
~~~~~~~~~~~~~~~~~
...
...
@@ -21,6 +24,9 @@ make
sudo make install
-------------------------
You can replace `--prefix=/usr` by whatever prefix you like. Make sure to
also change this value in the next steps.
NOTE: If you have `colorgcc`, configure will *fail* on `libeXpat`. Issue an `unset CC` and `unset CXX` to build the dbus bindings.
...
...
@@ -44,10 +50,11 @@ portaudio
Go to `tools/` and run:
-------------------------
-------------------------
---
./portaudio.sh --prefix=/usr
su -c "cd portaudio && make install"
-------------------------
cd portaudio
sudo make install
----------------------------
...
...
@@ -58,7 +65,7 @@ Then, go to the root of the repository, and run:
---------------------------------------------------
autoreconf --install
./configure --prefix=/usr
(or whatever your prefix)
./configure --prefix=/usr
make
sudo make install
---------------------------------------------------
...
...
doc/Dependencies.txt
View file @
5a6beca5
...
...
@@ -5,9 +5,9 @@ Dependencies to compile SFLphone daemon
---------------------------------------
`--------------------`----------`-----------------------------------------------------
Program Version
Link
s
Program Version
Note
s
--------------------------------------------------------------------------------------
libiax2 0.2.3 http://svncommunity.digium.com/view/libiax2/trunk/[svn repos]
libiax2 0.2.3 http://svncommunity.digium.com/view/libiax2/trunk/[svn repos]
SFLphone maintains it's own copy
Common C++2 1.3.21 http://sourceforge.net/projects/cplusplus/[website]
ccRTP 1.3.5 http://sourceforge.net/projects/cplusplus/[website]
libeXosip2 ** 2.2.2 http://savannah.nongnu.org/projects/exosip/[website]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment