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#

https://ninja-build.org/

Type#

standard

Dependencies#

  • $(PYTHON)

Version Information#

package-version.txt:

1.11.0

Equivalent System Packages#

arch:

$ sudo pacman -S  ninja

conda:

$ conda install  ninja

cygwin:

$ apt-cyg install ninja

Debian/Ubuntu:

$ sudo apt-get install  ninja-build

Fedora/Redhat/CentOS:

$ sudo yum install  ninja-build

freebsd:

$ sudo pkg install devel/ninja

gentoo:

$ sudo emerge dev-util/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.