Update README with build instructions using muon + samurai

laumann
Nov 23, 2022, 10:00 AM
UHHEEY5JMHTEPX2A4V4IWDHXVYCRPWIDOXTQVRCVKPBP3R4DY6BQC

Dependencies

Change contents

  • replacement in README.md at line 11
    [3.291][4.0:82](),[4.27][4.0:82]()
    To build you need a compiler for C99, make and
    [ninja](https://ninja-build.org/).
    [3.291]
    [4.82]
    To build you need a compiler for C99,
    the [muon build system](https://muon.build/) and
    [samurai](https://github.com/michaelforney/samurai) (meson and ninja should
    also work).
  • replacement in README.md at line 23
    [4.98][4.98:115]()
    Just run `make`.
    [4.98]
    [4.245]
    Initially, run `make setup` to create the build directory.
    Run `make` to build the project.
  • replacement in Makefile at line 34
    [2.8][2.8:16]()
    @ninja
    [2.8]
    [2.16]
    @samu -C build
    setup:
    @muon setup build
  • replacement in Makefile at line 38
    [2.23][2.23:40]()
    @ninja -t clean
    [2.23]
    [2.40]
    @samu -C build -t clean