ninja_build: A build system with a focus on speed¶
Description¶
Ninja is a small build system with a focus on speed.
License¶
Apache License 2.0
Upstream Contact¶
Dependencies¶
None
Type¶
optional
Version Information¶
package-version.txt:
1.8.2
Equivalent System Packages¶
arch:
$ sudo pacman -S ninja
conda:
$ conda install ninja
cygwin:
$ apt-cyg install ninja
Debian/Ubuntu:
$ sudo apt-get install ninja
Fedora/Redhat/CentOS:
$ sudo yum install ninja
freebsd:
$ sudo pkg install ninja
gentoo:
$ sudo emerge ninja
homebrew:
$ brew install ninja
macports: install the following packages: ninja opensuse:
$ sudo zypper install ninja
void:
$ sudo xbps-install ninja
See https://repology.org/project/ninja/versions
If the system package is installed, ./configure will check whether it can be used.