Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-daemon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-daemon
Commits
93ef3684
Commit
93ef3684
authored
15 years ago
by
pierre-luc
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into pierre-luc
parents
f0f4a5bf
19e662a5
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
INSTALL
+2
-1
2 additions, 1 deletion
INSTALL
sflphone-common/libs/pjproject-1.4/build.mak.in
+1
-1
1 addition, 1 deletion
sflphone-common/libs/pjproject-1.4/build.mak.in
with
3 additions
and
2 deletions
INSTALL
+
2
−
1
View file @
93ef3684
...
...
@@ -4,7 +4,8 @@ INSTALLATION GUIDE
# Go to the root of the application core directory
cd sflphone-common
# Compile pjsip
cd libs/pjproject-1.0.1
cd libs/pjproject-1.4
./autogen.sh
./configure
make dep && make
sudo make install
...
...
This diff is collapsed.
Click to expand it.
sflphone-common/libs/pjproject-1.4/build.mak.in
+
1
−
1
View file @
93ef3684
...
...
@@ -59,7 +59,7 @@ export APP_LDFLAGS := -L$(PJDIR)/pjlib/lib\
-L$(PJDIR)/pjsip/lib\
-L$(PJDIR)/third_party/lib\
@LDFLAGS@
export APP_LDLIBS := -lpjsua-$(TARGET_NAME)\
export APP_LDLIBS := -lpjsua-
sfl-
$(TARGET_NAME)\
-lpjsip-ua-sfl-$(TARGET_NAME)\
-lpjsip-simple-sfl-$(TARGET_NAME)\
-lpjsip-sfl-$(TARGET_NAME)\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment