Skip to content

Commit 200198c

Browse files
committed
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 <[email protected]>
1 parent 1ca24e4 commit 200198c

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,13 @@ there are two project which implement the Ninja and the Meson API in pure C99
7979
- samurai: https://github.com/michaelforney/samurai.git
8080
- muon: https://git.sr.ht/~lattis/muon
8181

82-
See the CI [build](.github/workflows/build.yml) for an example how to use it.
82+
The CI build helper script `scripts/build.sh` is able to setup and build this
83+
project in a minimal setup using samurai and muon and thus only depending on:
84+
- gcc
85+
- make
86+
- git
87+
88+
`scripts/build.sh -m muon`
8389

8490
## To compile libnvme
8591

0 commit comments

Comments
 (0)