2011-12-06 09:32:08 -08:00
|
|
|
Ninja is a small build system with a focus on speed.
|
|
|
|
http://martine.github.com/ninja/
|
2011-02-06 11:02:57 -08:00
|
|
|
|
|
|
|
See the manual -- http://martine.github.com/ninja/manual.html or
|
2011-12-06 09:32:08 -08:00
|
|
|
doc/manual.asciidoc included in the distribution -- for background
|
|
|
|
and more details.
|
2011-02-06 11:02:57 -08:00
|
|
|
|
2011-12-15 14:52:22 +00:00
|
|
|
To build, run ./bootstrap.py. It first blindly compiles all non-test
|
2011-12-06 09:32:08 -08:00
|
|
|
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.
|
2011-03-17 09:33:11 -04:00
|
|
|
|
2012-08-24 12:27:48 -07:00
|
|
|
If you're interested in making changes to Ninja, read HACKING.md first.
|