a small build system with a focus on speed
Go to file
Nico Weber 366809c178 Merge pull request #1049 from nico/update-links
Make links point to org page
2015-11-11 11:54:07 -08:00
doc Describe why to use relative paths 2015-09-03 21:45:42 +02:00
misc Make links point to org page 2015-11-11 11:53:15 -08:00
src Make links point to org page 2015-11-11 11:53:15 -08:00
.clang-format Add a .clang-format file. 2014-04-15 22:08:21 -07:00
.gitignore Merge pull request #703 from ovinn/master 2014-12-04 10:05:44 -08:00
.travis.yml switch travis to use new --bootstrap mode for building 2014-11-18 09:07:43 -08:00
bootstrap.py drop bootstrap.py 2014-11-18 08:15:37 -08:00
configure.py Don't output null.o during configure 2015-08-26 19:51:15 -07:00
COPYING add copyrights 2011-02-06 11:02:57 -08:00
HACKING.md Make links point to org page 2015-11-11 11:53:15 -08:00
README Fixes typo 2015-10-19 18:44:30 -02:00
RELEASING make notes on how to update docs more detailed 2015-03-25 12:22:56 -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.

Binaries for Linux, Mac, and Windows are available at
  https://github.com/martine/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.