From 1a8a287a4f6cc441240dd2e58d243a03c341eea3 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 15 Aug 2016 08:14:22 +0200 Subject: Rename bootstrap to bootstrap.sh Since it is a POSIX shell script (as opposed to bash script) and since we are going to have bootstrap-*.bat. --- INSTALL.cli | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'INSTALL.cli') 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 -- cgit v1.1