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

Merge branch 'master' into pierre-luc

parents f0f4a5bf 19e662a5
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,8 @@ INSTALLATION GUIDE ...@@ -4,7 +4,8 @@ INSTALLATION GUIDE
# Go to the root of the application core directory # Go to the root of the application core directory
cd sflphone-common cd sflphone-common
# Compile pjsip # Compile pjsip
cd libs/pjproject-1.0.1 cd libs/pjproject-1.4
./autogen.sh
./configure ./configure
make dep && make make dep && make
sudo make install sudo make install
......
...@@ -59,7 +59,7 @@ export APP_LDFLAGS := -L$(PJDIR)/pjlib/lib\ ...@@ -59,7 +59,7 @@ export APP_LDFLAGS := -L$(PJDIR)/pjlib/lib\
-L$(PJDIR)/pjsip/lib\ -L$(PJDIR)/pjsip/lib\
-L$(PJDIR)/third_party/lib\ -L$(PJDIR)/third_party/lib\
@LDFLAGS@ @LDFLAGS@
export APP_LDLIBS := -lpjsua-$(TARGET_NAME)\ export APP_LDLIBS := -lpjsua-sfl-$(TARGET_NAME)\
-lpjsip-ua-sfl-$(TARGET_NAME)\ -lpjsip-ua-sfl-$(TARGET_NAME)\
-lpjsip-simple-sfl-$(TARGET_NAME)\ -lpjsip-simple-sfl-$(TARGET_NAME)\
-lpjsip-sfl-$(TARGET_NAME)\ -lpjsip-sfl-$(TARGET_NAME)\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment