2012-12-13 23:11:48 -08:00
2012-11-29 16:28:44 -08:00
2012-11-09 08:04:24 -05:00
2012-10-23 09:37:55 -07:00
2011-02-06 11:02:57 -08:00
2012-08-24 12:27:48 -07:00

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 ./bootstrap.py.  It first blindly 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 './ninja -h' for
help.

There is no installation step.  The only file of interest to a user
is the resulting ninja binary.

If you're interested in making changes to Ninja, read HACKING.md first.
Description
No description provided
Readme 24 MiB
Languages
C++ 84.4%
Python 12.1%
C 1.9%
CMake 0.9%
Shell 0.4%
Other 0.3%