Skip to content

HeisSpiter/ninja

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

Folders and files

NameName
Last commit message
Last commit date
Dec 4, 2014
Dec 20, 2014
Mar 7, 2015
Apr 16, 2014
Dec 4, 2014
Nov 18, 2014
Feb 6, 2011
Jan 21, 2015
Nov 18, 2014
Jun 27, 2014
Nov 18, 2014
Dec 31, 2014

Repository files navigation

Ninja is a small build system with a focus on speed.
http://martine.github.com/ninja/

See the manual -- http://martine.github.com/ninja/manual.html or
doc/manual.asciidoc included in the distribution -- for background
and more details.

To build, run ./configure.py --bootstrap.  It first compiles all non-test
source files together, then re-builds Ninja using itself.  You should
end up with a 'ninja' binary in the source root.

Run './configure.py --help' for more configuration options.
Run './ninja -h' for Ninja help.

Installation is not necessary because the only required file is 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

Releases

No releases published

Packages

No packages published

Languages

  • C++ 86.7%
  • Python 8.5%
  • C 3.1%
  • Other 1.7%