ninja-build

small build system closest in spirit to Make

Debian Debian
RUN apt-get update && \ apt-get install -y ninja-build
Ubuntu
RUN apt-get update && \ apt-get install -y ninja-build
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-build
click the source code to copy install ninja-build on any operating system with command-not-found.com