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
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 !
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment