Use short CONTRIBUTING.md instead of HACKING.md

* 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.
4 files changed
tree: d1638a3a01b775c2c8ef05f39c7c02932d3c062e
  1. doc/
  2. misc/
  3. src/
  4. .clang-format
  5. .gitignore
  6. .travis.yml
  7. appveyor.yml
  8. bootstrap.py
  9. CMakeLists.txt
  10. configure.py
  11. CONTRIBUTING.md
  12. COPYING
  13. README.md
  14. RELEASING
README.md

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.