a small build system with a focus on speed
Go to file
2016-12-06 17:19:32 -05:00
doc Change default NINJA_STATUS to [%f/%t] 2016-04-27 17:22:08 -07:00
misc Fix syntax error in misc/write_fake_manifests.py 2016-10-24 17:12:05 -07:00
src windows: replace deprecated GetVersionEx with recommended replacement 2016-11-07 23:36:32 -05:00
.clang-format Add a .clang-format file. 2014-04-15 22:08:21 -07:00
.gitignore Separate bootstrapped build from final build 2015-10-22 10:05:44 -04:00
.travis.yml Use container-based infrastructure for travis-ci. 2016-01-10 05:36:08 -08:00
bootstrap.py drop bootstrap.py 2014-11-18 08:15:37 -08:00
configure.py FreeBSD supports ppoll(2) 2016-09-15 12:20:35 +00:00
COPYING replace copyright placeholder, fixes #1212 2016-12-06 17:19:32 -05:00
HACKING.md Add link to mailing list 2016-02-06 22:56:20 +00:00
README prefer https in readme 2015-11-19 12:41:32 -08:00
RELEASING fix RELEASING wrt manual.asciidoc process 2016-11-07 22:00:33 -05:00

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.