summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorElliott Hird <penguinofthegods@gmail.com>2011-12-15 14:52:22 (GMT)
committerElliott Hird <penguinofthegods@gmail.com>2011-12-15 19:34:49 (GMT)
commit075847031b6cf7b9de3bb7c42648a74d168a752b (patch)
treea28a6887fc3b9942acc90e1368149fde51065c18 /README
parent121f36d59f293263b9a27d01a8112de17978c5d1 (diff)
downloadNinja-075847031b6cf7b9de3bb7c42648a74d168a752b.zip
Ninja-075847031b6cf7b9de3bb7c42648a74d168a752b.tar.gz
Ninja-075847031b6cf7b9de3bb7c42648a74d168a752b.tar.bz2
Rewrite the bootstrap script in Python
This allows trouble-free builds on platforms with non-standard Python executable names. As a bonus, it passes the arguments received on to configure.py, so you don't have to reconfigure to build in a non-standard manner.
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 1b80cf1..a8fe582 100644
--- a/README
+++ b/README
@@ -5,7 +5,7 @@ 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.sh. It first blindly compiles all non-test
+To build, run ./bootstrap.py. It first blindly 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.