• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..12-Nov-2020-

doc/H12-Nov-2020-2,3401,726

misc/H12-Nov-2020-1,257957

src/H12-Nov-2020-20,27914,502

.clang-formatH A D07-Nov-20201 KiB2623

.travis.ymlH A D07-Nov-2020194 76

COPYINGH A D07-Nov-202011.1 KiB203169

HACKING.mdH A D07-Nov-20207.5 KiB225152

READMEH A D07-Nov-2020877 2216

RELEASINGH A D07-Nov-20201.3 KiB3328

appveyor.ymlH A D07-Nov-2020983 4133

bootstrap.pyH A D07-Nov-2020858 246

configure.pyH A D07-Nov-202022 KiB685556

README

1Ninja is a small build system with a focus on speed.
2https://ninja-build.org/
3
4See the manual -- https://ninja-build.org/manual.html or
5doc/manual.asciidoc included in the distribution -- for background
6and more details.
7
8Binaries for Linux, Mac, and Windows are available at
9  https://github.com/ninja-build/ninja/releases
10Run './ninja -h' for Ninja help.
11
12To build your own binary, on many platforms it should be sufficient to
13just run `./configure.py --bootstrap`; for more details see HACKING.md.
14(Also read that before making changes to Ninja, as it has advice.)
15
16Installation is not necessary because the only required file is the
17resulting ninja binary. However, to enable features like Bash
18completion and Emacs and Vim editing modes, some files in misc/ must be
19copied to appropriate locations.
20
21If you're interested in making changes to Ninja, read HACKING.md first.
22