diff --git a/INSTALL b/INSTALL index 9e22624f78947a0bde6f54a249efd4d9dfc83137..59b9f8ebcd72f2a5496f2ace2c933c416db9ec14 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 3c4d8f924f6cef6d3c44a41de4e9602b28290085..afc3decbec4a968f7ab33d3032a2e2284bf0fe4d 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