diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-12-03 19:37:21 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-12-03 19:37:21 +0200 |
commit | e6646e5cb805c60d189936a1d204a66edce2112a (patch) | |
tree | 00cd5498b381b80a790b320d4dc79e1fbd46d768 | |
parent | dacf7cb18dc93540c16a3cfa3a2b72e92501534a (diff) |
Minor INSTALL file cleanups
-rw-r--r-- | INSTALL | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |