Skip to content

Invincibl-e/ninja

This branch is 841 commits behind ninja-build/ninja:master.

Folders and files

NameName
Last commit message
Last commit date
Aug 30, 2017
Apr 5, 2018
Apr 9, 2018
Apr 16, 2014
Apr 12, 2017
Feb 2, 2017
May 15, 2017
Sep 28, 2017
Nov 19, 2015
Sep 19, 2017
Apr 6, 2018
Nov 18, 2014
Apr 6, 2018

Repository files navigation

Ninja is a small build system with a focus on speed.
https://ninja-build.org/

See the manual -- https://ninja-build.org/manual.html or
doc/manual.asciidoc included in the distribution -- for background
and more details.

Binaries for Linux, Mac, and Windows are available at
  https://github.com/ninja-build/ninja/releases
Run './ninja -h' for Ninja help.

To build your own binary, on many platforms it should be sufficient to
just run `./configure.py --bootstrap`; for more details see HACKING.md.
(Also read that before making changes to Ninja, as it has advice.)

Installation is not necessary because the only required file is the
resulting ninja binary. However, to enable features like Bash
completion and Emacs and Vim editing modes, some files in misc/ must be
copied to appropriate locations.

If you're interested in making changes to Ninja, read HACKING.md first.

About

a small build system with a focus on speed

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 87.1%
  • Python 8.4%
  • C 3.1%
  • Other 1.4%