aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
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