aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-12-03 19:37:21 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-12-03 19:37:21 +0200
commite6646e5cb805c60d189936a1d204a66edce2112a (patch)
tree00cd5498b381b80a790b320d4dc79e1fbd46d768 /INSTALL
parentdacf7cb18dc93540c16a3cfa3a2b72e92501534a (diff)
Minor INSTALL file cleanups
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL8
1 files changed, 4 insertions, 4 deletions
diff --git a/INSTALL b/INSTALL
index a9ff6fe..eb06a20 100644
--- a/INSTALL
+++ b/INSTALL
@@ -9,7 +9,7 @@ would like to use a different installation location, you will need to make
adjustments to the commands below.
-1. Installing SQLite.
+1. Installing SQLite
Skip this step if you are only interested in the build2 build system.
@@ -49,7 +49,7 @@ adjustments to the commands below.
See the INSTALL file for each library for more information.
-3. Bootstrapping build2.
+3. Bootstrapping build2
The first step is to bootstrap the build2 build system:
@@ -62,9 +62,9 @@ adjustments to the commands below.
compiler, etc) refer to the INSTALL file in the build2/ subdirectory.
-2. Configuring, building, and installing the rest of the toolchain:
+4. Configuring, building, and installing the rest of the toolchain
- $ cd build2-toolchain-X.Y.Z
+ $ cd .. # back to build2-toolchain-X.Y.Z
$ ./build2/build/b config.cxx.loptions=-L/usr/local/lib \
config.install.root=/usr/local configure
$ ./build2/build/b update