From 200198cc3b761ea995f36346b8eda7a41688bfd5 Mon Sep 17 00:00:00 2001 From: Daniel Wagner Date: Fri, 17 Nov 2023 09:56:12 +0100 Subject: [PATCH] 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 --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 -- 2.50.1