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
10f75804
Commit
10f75804
authored
Nov 14, 2011
by
Tristan Matthews
Browse files
* #7242: updated install instructions
Thanks to Marcos Garcia Marti <marcos.garcia@savoirfairelinux.com>
parent
69061f3d
Changes
2
Show whitespace changes
Inline
Side-by-side
INSTALL
View file @
10f75804
INSTALLATION GUIDE
* 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
cd daemon
# Compile pjsip
...
...
@@ -16,6 +23,10 @@ INSTALLATION GUIDE
You are done with the core !
* 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
cd gnome
./autogen.sh
...
...
daemon/README
View file @
10f75804
...
...
@@ -74,7 +74,7 @@ How to compile
--------------
# First compile the SIP library
cd libs/pjproject
-1.0.3
cd libs/pjproject
./autogen.sh
./configure --disable-ilbc-codec && make clean && make dep && make
sudo make install
...
...
Write
Preview
Markdown
is supported
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