Skip to content
Snippets Groups Projects
Commit 92f98bf7 authored by Olivier Dion's avatar Olivier Dion Committed by Adrien Béraud
Browse files

README: Recommend to build with autotools on Linux

Change-Id: Ib91b2a994129b8dc63686d9ffc6f5166765e319a
parent a835266f
No related branches found
No related tags found
No related merge requests found
...@@ -69,6 +69,16 @@ make ...@@ -69,6 +69,16 @@ make
2) Then the jamid application 2) Then the jamid application
A) With Autotools (recommended)
cd ../..
./autogen.sh
./configure
make
make install
B) With Meson
cd ../../ cd ../../
mkdir build mkdir build
export PATH=$PATH:`pwd`/contrib/`cc -dumpmachine`/bin export PATH=$PATH:`pwd`/contrib/`cc -dumpmachine`/bin
...@@ -118,8 +128,8 @@ ninja install ...@@ -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` 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. # These first steps are only necessary if you don't use a package manager.
cd extras/tools cd extras/tools
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment