README: Recommend to build with autotools on Linux

Change-Id: Ib91b2a994129b8dc63686d9ffc6f5166765e319a
This commit is contained in:
Olivier Dion
2022-09-02 16:10:04 -04:00
committed by Adrien Béraud
parent a835266fbb
commit 92f98bf78d

14
README
View File

@ -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