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
92f98bf7
Commit
92f98bf7
authored
2 years ago
by
Olivier Dion
Committed by
Adrien Béraud
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
README: Recommend to build with autotools on Linux
Change-Id: Ib91b2a994129b8dc63686d9ffc6f5166765e319a
parent
a835266f
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README
+12
-2
12 additions, 2 deletions
README
with
12 additions
and
2 deletions
README
+
12
−
2
View file @
92f98bf7
...
...
@@ -69,6 +69,16 @@ make
2) Then the jamid application
A) With Autotools (recommended)
cd ../..
./autogen.sh
./configure
make
make install
B) With Meson
cd ../../
mkdir build
export PATH=$PATH:`pwd`/contrib/`cc -dumpmachine`/bin
...
...
@@ -118,8 +128,8 @@ ninja install
Note: to build the tests add `-Dtests=true` ; or it can be enabled later with `meson --reconfigure -Dtests=true build`
How to compile on OS
X
---------------------
How to compile on
mac
OS
---------------------
--
# These first steps are only necessary if you don't use a package manager.
cd extras/tools
...
...
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