mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-07 22:02:12 +08:00
README: Recommend to build with autotools on Linux
Change-Id: Ib91b2a994129b8dc63686d9ffc6f5166765e319a
This commit is contained in:

committed by
Adrien Béraud

parent
a835266fbb
commit
92f98bf78d
14
README
14
README
@ -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 OSX
|
||||
---------------------
|
||||
How to compile on macOS
|
||||
-----------------------
|
||||
|
||||
# These first steps are only necessary if you don't use a package manager.
|
||||
cd extras/tools
|
||||
|
Reference in New Issue
Block a user