Block a user
ninja-build (1.12.1-1)
Published 2025-03-05 17:24:24 +00:00 by jon
Installation
sudo curl -o /etc/apt/keyrings/gitea-jon.asc
echo "deb [signed-by=/etc/apt/keyrings/gitea-jon.asc] $distribution $component" | sudo tee -a /etc/apt/sources.list.d/gitea.list
sudo apt updateChoose $distribution and $component from the list below.
sudo apt install ninja-build=1.12.1-1
Repository Info
Distributions |
noble |
Components |
universe |
Architectures |
arm64 |
About this package
small build system closest in spirit to Make Ninja is yet another build system. It takes as input the interdependencies of files (typically source code and output executables) and orchestrates building them, quickly. . Ninja joins a sea of other build systems. Its distinguishing goal is to be fast. It is born from the Chromium browser project, which has over 30,000 source files and whose other build systems can take ten seconds to start building after changing one file. Ninja is under a second.
Dependencies
| libc6 (>= 2.38) |
| libgcc-s1 (>= 3.3.1) |
| libstdc++6 (>= 13.1) |