Nico Weber 76bdba6c3e Merge pull request #862 from nico/browse
Make browse detection consistent with other platform checks.
2014-11-21 18:24:03 -08:00
2014-10-30 15:34:25 -07:00
2014-11-18 09:05:58 -08:00
2014-04-15 22:08:21 -07:00
2014-11-18 08:15:37 -08:00
2011-02-06 11:02:57 -08: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.

To build, run ./configure.py --bootstrap.  It first compiles all non-test
source files together, then re-builds Ninja using itself.  You should
end up with a 'ninja' binary in the source root.

Run './configure.py --help' for more configuration options.
Run './ninja -h' for Ninja help.

Installation is not necessary because the only required file is 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.
Description
a small build system with a focus on speed
Readme 4.7 MiB
Languages
C++ 87.8%
Python 7.5%
C 2.5%
CMake 0.9%
Shell 0.6%
Other 0.7%