Skip to content
Snippets Groups Projects
Commit 10f75804 authored by Tristan Matthews's avatar Tristan Matthews
Browse files

* #7242: updated install instructions

Thanks to Marcos Garcia Marti <marcos.garcia@savoirfairelinux.com>
parent 69061f3d
No related branches found
No related tags found
No related merge requests found
INSTALLATION GUIDE INSTALLATION GUIDE
* CORE INSTALLATION * CORE INSTALLATION
# Install dependencies (subject to change):
apt-get install gnome-doc-utils build-essential autoconf libtool
libasound2-dev libpulse-dev libsamplerate0-dev libcommoncpp2-dev
libccrtp-dev libzrtpcpp-dev libdbus-1-dev libdbus-c++-dev libyaml-dev
libpcre3-dev libgsm1-dev libspeex-dev libspeexdsp-dev libcelt-dev
# Go to the root of the application core directory # Go to the root of the application core directory
cd daemon cd daemon
# Compile pjsip # Compile pjsip
...@@ -16,6 +23,10 @@ INSTALLATION GUIDE ...@@ -16,6 +23,10 @@ INSTALLATION GUIDE
You are done with the core ! You are done with the core !
* GNOME CLIENT INSTALLATION * GNOME CLIENT INSTALLATION
# Install dependencies (subject to change):
apt-get install libnotify-dev libgtk2.0-dev libwebkit-dev libgnomeui-dev check
# Go to the root of the gnome client directory # Go to the root of the gnome client directory
cd gnome cd gnome
./autogen.sh ./autogen.sh
......
...@@ -74,7 +74,7 @@ How to compile ...@@ -74,7 +74,7 @@ How to compile
-------------- --------------
# First compile the SIP library # First compile the SIP library
cd libs/pjproject-1.0.3 cd libs/pjproject
./autogen.sh ./autogen.sh
./configure --disable-ilbc-codec && make clean && make dep && make ./configure --disable-ilbc-codec && make clean && make dep && make
sudo make install sudo make install
......
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