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
e10ab51e
Commit
e10ab51e
authored
17 years ago
by
Alexandre Bourget
Browse files
Options
Downloads
Patches
Plain Diff
Document the building of portaudio and it's bindings.
TODO: document the packages needed for Sflphone-gtk
parent
f7aee65a
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/Build.txt
+25
-0
25 additions, 0 deletions
doc/Build.txt
with
25 additions
and
0 deletions
doc/Build.txt
+
25
−
0
View file @
e10ab51e
...
...
@@ -24,6 +24,7 @@ sudo make install
NOTE: If you have `colorgcc`, configure will *fail* on `libeXpat`. Issue an `unset CC` and `unset CXX` to build the dbus bindings.
libiax2
~~~~~~~
...
...
@@ -36,6 +37,27 @@ make
sudo make install
-------------------------
portaudio
~~~~~~~~~
Go to `tools/` and run:
-------------------------
./portaudio.sh
su -c "cd portaudio && make install"
cd bindings/cpp
./configure --prefix=/usr
make clean
make
sudo make install
-------------------------
The `make clean` is required. We might investigate (or could you ?)
the reason for that sometime.
the daemon
~~~~~~~~~~
...
...
@@ -67,3 +89,6 @@ gnome-autogen.sh
make
sudo make install
-------------------------
You'll find `gnome-autogen.sh` in some `gnome-common`-like package of
your distribution.
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