From e6646e5cb805c60d189936a1d204a66edce2112a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 3 Dec 2015 19:37:21 +0200 Subject: Minor INSTALL file cleanups --- INSTALL | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'INSTALL') 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 -- cgit v1.1