Skip to content

Commit

Permalink
doc: mention build helper script for muon build instruction
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
igaw committed Nov 17, 2023
1 parent 1ca24e4 commit 200198c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 200198c

Please sign in to comment.