-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Pre built Ninja packages
Oleksii Chernykh edited this page Apr 9, 2024
·
15 revisions
Official releases of binaries for Linux, Mac, and Windows can be found on the releases page.
Warning: depending on the source, the binary releases from package managers may be out of date.
- Arch:
pacman -S ninja
- Debian/Ubuntu:
apt-get install ninja-build
- Fedora:
dnf install ninja-build
- Gentoo:
emerge dev-util/ninja
- Opensuse:
zypper in ninja
- Alpine:
apk add ninja
- Void:
xbps-install -S ninja
brew install ninja
port install ninja
pkg install ninja
winget install Ninja-build.Ninja
choco install ninja
scoop install ninja
conda install -c conda-forge ninja
- Pip:
python -m pip install ninja
spack install ninja