mirror of
https://github.com/reactos/ninja.git
synced 2024-11-23 03:39:48 +00:00
a small build system with a focus on speed
a37da20ae7
* Only the most important parts and some new guidelines in CONTRIBUTING.md. * Complete HACKING.md content moved to the GitHub wiki: https://github.com/ninja-build/ninja/wiki * README is now also Markdown formatted. |
||
---|---|---|
doc | ||
misc | ||
src | ||
.clang-format | ||
.gitignore | ||
.travis.yml | ||
appveyor.yml | ||
bootstrap.py | ||
CMakeLists.txt | ||
configure.py | ||
CONTRIBUTING.md | ||
COPYING | ||
README.md | ||
RELEASING |
Ninja
Ninja is a small build system with a focus on speed. https://ninja-build.org/
See the manual or
doc/manual.asciidoc
included in the distribution for background
and more details.
Binaries for Linux, Mac, and Windows are available at
GitHub.
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
the wiki.
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 CONTRIBUTING.md first.