ninja

A Build system designed to be fast. More information: <https://ninja-build.org/manual.html>.

Debian Debian
RUN apt-get update && \ apt-get install -y ninja
Ubuntu
RUN apt-get update && \ apt-get install -y ninja
Alpine
RUN apk add ninja
Arch Arch Linux
RUN pacman -S --noconfirm ninja
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y ninja-build
Fedora
RUN dnf install -y ninja-build
Raspbian
RUN apt-get update && \ apt-get install -y ninja
click the source code to copy install ninja on any operating system with command-not-found.com