Skip to content
Snippets Groups Projects
Commit e10ab51e authored by Alexandre Bourget's avatar Alexandre Bourget
Browse files

Document the building of portaudio and it's bindings.

TODO: document the packages needed for Sflphone-gtk
parent f7aee65a
No related branches found
No related tags found
No related merge requests found
......@@ -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.
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