Skip to content
Snippets Groups Projects
Commit db9ac6a9 authored by Rafaël Carré's avatar Rafaël Carré
Browse files

update install instructions

parent 94f46163
Branches
Tags
No related merge requests found
...@@ -5,12 +5,12 @@ INSTALLATION GUIDE ...@@ -5,12 +5,12 @@ INSTALLATION GUIDE
cd daemon cd daemon
# Compile pjsip # Compile pjsip
cd libs/pjproject cd libs/pjproject
./autogen.sh
./configure ./configure
make dep && make make
# Go back to the root # Go back to the root
cd ../.. cd ../..
./autogen.sh --prefix=/usr ./autogen.sh
./configure --prefix=/usr
make && sudo make install make && sudo make install
You are done with the core ! You are done with the core !
...@@ -18,7 +18,8 @@ INSTALLATION GUIDE ...@@ -18,7 +18,8 @@ INSTALLATION GUIDE
* GNOME CLIENT INSTALLATION * GNOME CLIENT INSTALLATION
# Go to the root of the gnome client directory # Go to the root of the gnome client directory
cd gnome cd gnome
./autogen.sh --prefix=/usr ./autogen.sh
./configure --prefix=/usr
make && sudo make install make && sudo make install
You are done with the gnome client ! You are done with the gnome client !
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment