diff options
-rw-r--r-- | INSTALL.cli | 8 | ||||
-rwxr-xr-x | bootstrap.sh (renamed from bootstrap) | 0 | ||||
-rw-r--r-- | buildfile | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/INSTALL.cli b/INSTALL.cli index 723237b..659b803 100644 --- a/INSTALL.cli +++ b/INSTALL.cli @@ -12,7 +12,7 @@ later and Clang 3.4 or later are known to work. \c{build2} is self-hosted, which means that unless you have obtained a pre-built binary from somewhere else, you will need to bootstrap it. To -accomplish this, use the '\c{bootstrap}' shell script found in the root +accomplish this, use the '\c{bootstrap.sh}' shell script found in the root directory of the \c{build2} distribution. The following is the recommended sequence of steps: @@ -31,13 +31,13 @@ build2/ (or build2-X.Y.Z/) \li|\n2. Bootstrapping\n -Change to the \c{build2/} directory and execute \c{bootstrap} specifying +Change to the \c{build2/} directory and execute \c{bootstrap.sh} specifying the C++ compiler to be used, if necessary (default is \c{g++}; run -\c{./bootstrap --help} for other options). For example: +\c{./bootstrap.sh --help} for other options). For example: \ $ cd build2/ -$ ./bootstrap --cxx clang++-3.5 +$ ./bootstrap.sh --cxx clang++-3.5 \ Once the script completes successfully (which may take some time), the @@ -6,7 +6,7 @@ d = build2/ tests/ doc/ ./: $d \ doc{INSTALL LICENSE NEWS README version} \ -file{INSTALL.cli config.guess config.sub bootstrap manifest} +file{INSTALL.cli config.guess config.sub bootstrap.sh manifest} include $d |