summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorEvan Martin <martine@danga.com>2014-11-14 22:22:56 (GMT)
committerEvan Martin <martine@danga.com>2014-11-18 16:15:37 (GMT)
commitbca80b12ff2702d0403c31ce34fca90ec7df2d28 (patch)
treec4e93b357920c36ee0fcfccdff7b263574670ee4 /README
parentdcd41dcef3020e5c2cbe5c29b5b1d71e581de029 (diff)
downloadNinja-bca80b12ff2702d0403c31ce34fca90ec7df2d28.zip
Ninja-bca80b12ff2702d0403c31ce34fca90ec7df2d28.tar.gz
Ninja-bca80b12ff2702d0403c31ce34fca90ec7df2d28.tar.bz2
drop bootstrap.py
We now use configure.py --bootstrap. Direct users of this script to use the other one.
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 5 insertions, 3 deletions
diff --git a/README b/README
index 733ccb3..9faf477 100644
--- a/README
+++ b/README
@@ -5,10 +5,12 @@ 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 ./bootstrap.py. It first blindly compiles all non-test
+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 './ninja -h' for
-help.
+end up with a 'ninja' binary in the source root.
+
+Run './configure.py --help' for more configuration options.
+Run './ninja -h' for Ninja help.
There is no installation step. The only file of interest to a user
is the resulting ninja binary.