Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-daemon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-daemon
Commits
285bcb12
Commit
285bcb12
authored
16 years ago
by
Emmanuel Milou
Browse files
Options
Downloads
Patches
Plain Diff
Add compilation note in README
parent
16db8a20
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README
+25
-4
25 additions, 4 deletions
README
with
25 additions
and
4 deletions
README
+
25
−
4
View file @
285bcb12
This is SFLphone, release 0.9.
x
This is SFLphone, release 0.9.
3
Copyright (c) Savoir-faire Linux, Inc 2004-200
8
Copyright (c) Savoir-faire Linux, Inc 2004-200
9
<sflphoneteam@savoirfairelinux.com>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version
2
of the License, or
the Free Software Foundation; either version
3
of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
...
...
@@ -18,7 +18,6 @@ along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Introduction
------------
...
...
@@ -52,6 +51,7 @@ Short description of content of source tree
The ManagerImpl class is the intermediaire between all the layer in the tree.
- src/audio/ is the audio layer. It contains all about tones, dtmf,
audiodriver, rtp layer, audio codec ulaw, alaw and gsm.
- src/dbus, the dbus xml interfaces, and c++ bindings
About Savoir-Faire Linux
...
...
@@ -61,7 +61,28 @@ Savoir-Faire Linux is a consulting company based in Montreal, Quebec.
For more information, please check out our website:
http://www.savoirfairelinux.com/
How to compile
--------------
# First compile the SIP library
cd libs/pjproject-1.0.1
./configure
make dep && make
sudo make install
# Then the daemon
cd ../..
./autogen.sh --prefix=/usr --with-debug
make
sudo make install
# And the GTK client
cd sflphone-gtk
./autogen.sh --prefix=/usr --with-debug
make
sudo make install
Done !
Contributing to SFLPhone
------------------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment