From 10f758046cf8ed4df1e61a9bf1ca8809c61d2df3 Mon Sep 17 00:00:00 2001
From: Tristan Matthews <tristan.matthews@savoirfairelinux.com>
Date: Mon, 14 Nov 2011 17:11:30 -0500
Subject: [PATCH] * #7242: updated install instructions

Thanks to Marcos Garcia Marti <marcos.garcia@savoirfairelinux.com>
---
 INSTALL       | 11 +++++++++++
 daemon/README |  2 +-
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/INSTALL b/INSTALL
index 9e22624f78..59b9f8ebcd 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,6 +1,13 @@
 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
diff --git a/daemon/README b/daemon/README
index 3c4d8f924f..afc3decbec 100644
--- a/daemon/README
+++ b/daemon/README
@@ -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
-- 
GitLab