aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-04-12 16:20:27 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-04-12 16:20:27 +0200
commitd3211bd72f840add8c1883d6c7ba209c7cf360b0 (patch)
treeddffb5590a770fcacaff73b6e5d533b7075b2add
parent6b549610ef9fc72fe07babf5f65272bc4eb3759b (diff)
Update INSTALL file
-rw-r--r--INSTALL6
-rw-r--r--INSTALL.cli6
2 files changed, 6 insertions, 6 deletions
diff --git a/INSTALL b/INSTALL
index a1e1bcb..06b06d3 100644
--- a/INSTALL
+++ b/INSTALL
@@ -2,8 +2,8 @@ The build2 toolchain requires a C++11 compiler with limited C++14 support. GCC
4.8 or later and Clang 3.4 or later are known to work. If you only need the
build2 build system without the bpkg package manager, then the C++ compiler is
all you will need. If, however, you would also like to build bpkg, then you
-will first need to obtain SQLite as well as the libodb and libodb-sqlite
-libraries.
+will also need to obtain SQLite as well as the libodb and libodb-sqlite
+libraries (discussed below).
In this guide we install everything that we build into /usr/local. If you would
like to use a different installation location, you will need to make
@@ -93,7 +93,7 @@ $ xcode-select --install
$ cd build2-toolchain-X.Y.Z
$ cd build2/
$ ./bootstrap
- $ ./build2/b-boot config.bin.rpath=/usr/local/lib update
+ $ ./build2/b-boot update
For more information on this step (for example, how to specify the C++
compiler, options, etc.), refer to the INSTALL file in the build2/
diff --git a/INSTALL.cli b/INSTALL.cli
index 5f135fc..f97717e 100644
--- a/INSTALL.cli
+++ b/INSTALL.cli
@@ -7,8 +7,8 @@ The \c{build2} toolchain requires a C++11 compiler with limited C++14 support.
GCC 4.8 or later and Clang 3.4 or later are known to work. If you only need the
\c{build2} build system without the \c{bpkg} package manager, then the C++
compiler is all you will need. If, however, you would also like to build
-\c{bpkg}, then you will first need to obtain SQLite as well as the \c{libodb}
-and \c{libodb-sqlite} libraries.
+\c{bpkg}, then you will also need to obtain SQLite as well as the \c{libodb}
+and \c{libodb-sqlite} libraries (discussed below).
In this guide we install everything that we build into \c{/usr/local}. If you
would like to use a different installation location, you will need to make
@@ -120,7 +120,7 @@ $ xcode-select --install
$ cd build2-toolchain-X.Y.Z
$ cd build2/
$ ./bootstrap
- $ ./build2/b-boot config.bin.rpath=/usr/local/lib update
+ $ ./build2/b-boot update
\
For more information on this step (for example, how to specify the C++