Ninja

Small fast build system used by LLVM, CMake and Chrome

About

Ninja is a small, focused build system designed for speed. Used as the backend for CMake, Meson, and the Chromium/LLVM build systems.

`apt install ninja-build` exists but ships older versions. More importantly, when building Ninja as part of a bootstrapped toolchain environment, having a prebuilt binary avoids circular dependencies. Ninja is a prerequisite for building LLVM, CMake from source, and many other tools.

```bash

wget https://github.com/Cloud-V-10xE/RISC-V-softwares/releases/latest/download/ninja--riscv64-linux.tar.gz

sudo tar -xzf ninja--riscv64-linux.tar.gz -C /usr/local/

Releases (6)
Release TagDateAssets
release-2026-07-06 2026-07-06 1 file(s) view →
release-2026-06-01 2026-06-01 1 file(s) view →
release-2026-05-01 2026-05-01 1 file(s) view →
release-2026-04-01 2026-04-01 1 file(s) view →
release-2026-03-16 2026-03-16 1 file(s) view →
release-2026-03-15 2026-03-15 1 file(s) view →