From 92f98bf78d8abfe51db0fffdaf7def4c53889abe Mon Sep 17 00:00:00 2001 From: Olivier Dion <olivier.dion@savoirfairelinux.com> Date: Fri, 2 Sep 2022 16:10:04 -0400 Subject: [PATCH] README: Recommend to build with autotools on Linux Change-Id: Ib91b2a994129b8dc63686d9ffc6f5166765e319a --- README | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README b/README index 952ac6b60a..2b7e512fa5 100644 --- a/README +++ b/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 -- GitLab