kisscommunity

kisscommunity.bvnf.space site sources
git clone git://bvnf.space/home/kiss/kisscommunity.git
Log | Files | Refs | Submodules | README | LICENSE

index.md (466B)


      1
      2
      3
      4
      5
      6
      7
      8
      9
     10
     11
     12
     13
# 31/10/2019: ninja replaced by samurai

The build tool `ninja` has been replaced with `samurai`.

This replacement is 1:1 compatible with `ninja`, absolutely tiny in
size, doesn't require `python` to build and is simply *simpler*.

The one downside is that a smidgen of manual intervention is required.
Simply remove `ninja` (`KISS_FORCE=1 kiss r ninja`) and run
`kiss update`.

The sources for Samurai can be found here:
<https://github.com/michaelforney/samurai>