Ninja
Ninja is a fast build system that requires an external configurator script. It is needed on some platforms for building the tools.
Install
- Windows
- Download
ninja-win.zip
from the Github release and save it toDownloads
- Extract itpowershell
7z x -y ~/Downloads/ninja-win.zip "-o$HOME/dotbin/extra/bin"
- Download
- Arch Linuxbash
sudo pacman -Syu ninja
WARNING
Verify installation with
bash
ninja --version
Configurator
If you want to use Rust for configuring Ninja, I wrote a library for it: ninja-writer