From: Daniel Wagner Date: Fri, 17 Nov 2023 08:56:12 +0000 (+0100) Subject: doc: mention build helper script for muon build instruction X-Git-Tag: v1.7~23 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=200198cc3b761ea995f36346b8eda7a41688bfd5;p=users%2Fsagi%2Flibnvme.git doc: mention build helper script for muon build instruction The CI build steps are using the helper build.sh script. So instead pointing to the workflow to see how this can be done, point to the build script. Signed-off-by: Daniel Wagner --- diff --git a/README.md b/README.md index e73cadff..758d5d5a 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,13 @@ there are two project which implement the Ninja and the Meson API in pure C99 - samurai: https://github.com/michaelforney/samurai.git - muon: https://git.sr.ht/~lattis/muon -See the CI [build](.github/workflows/build.yml) for an example how to use it. +The CI build helper script `scripts/build.sh` is able to setup and build this +project in a minimal setup using samurai and muon and thus only depending on: +- gcc +- make +- git + +`scripts/build.sh -m muon` ## To compile libnvme