From db9ac6a929e64008ecdf226f075fe396a1a9d2ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C3=ABl=20Carr=C3=A9?= <rafael.carre@savoirfairelinux.com> Date: Tue, 27 Sep 2011 16:18:08 -0400 Subject: [PATCH] update install instructions --- INSTALL | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/INSTALL b/INSTALL index 38a5bb3a37..9e22624f78 100644 --- a/INSTALL +++ b/INSTALL @@ -5,12 +5,12 @@ INSTALLATION GUIDE cd daemon # Compile pjsip cd libs/pjproject - ./autogen.sh ./configure - make dep && make + make # Go back to the root cd ../.. - ./autogen.sh --prefix=/usr + ./autogen.sh + ./configure --prefix=/usr make && sudo make install You are done with the core ! @@ -18,7 +18,8 @@ INSTALLATION GUIDE * GNOME CLIENT INSTALLATION # Go to the root of the gnome client directory cd gnome - ./autogen.sh --prefix=/usr + ./autogen.sh + ./configure --prefix=/usr make && sudo make install You are done with the gnome client ! -- GitLab