Skip to content
Snippets Groups Projects
Commit ef56d453 authored by pierre-luc's avatar pierre-luc
Browse files

[#2021] Fix a mistake in the readme from sflphone-common that gives wrong

compilation information for pjsip-1.0.3.
parent 06bc103a
Branches
Tags
No related merge requests found
...@@ -67,9 +67,19 @@ How to compile ...@@ -67,9 +67,19 @@ How to compile
# First compile the SIP library # First compile the SIP library
cd libs/pjproject-1.0.3 cd libs/pjproject-1.0.3
./autogen.sh ./autogen.sh
make dep && make ./configure --disable-ilbc-codec && make clean && make dep && make
sudo make install sudo make install
If you already have installed a different version of
pjsip on your system, you will most likely have some errors
such as :
"ln: creating symbolic link `./libpjsip-sfl.a': File exists"
after executing make install.
Simply remove those files and run "make install" again.
# Then the daemon # Then the daemon
cd ../.. cd ../..
./autogen.sh --prefix=/usr --with-debug ./autogen.sh --prefix=/usr --with-debug
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment