aboutsummaryrefslogtreecommitdiff
path: root/BOOTSTRAP-UNIX.cli
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2019-10-15 09:15:21 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2019-10-15 09:15:21 +0200
commitf2800e60c4bb20615f27d0db1d3c5e782117a1f7 (patch)
tree10b2ffe6d196798dee9fb69745d1ec73a36dbe6b /BOOTSTRAP-UNIX.cli
parente392fcf5a849b2cf8bcb4c4308c3121efddff268 (diff)
Add note on only building shared libraries to installation instructions
Diffstat (limited to 'BOOTSTRAP-UNIX.cli')
-rw-r--r--BOOTSTRAP-UNIX.cli6
1 files changed, 5 insertions, 1 deletions
diff --git a/BOOTSTRAP-UNIX.cli b/BOOTSTRAP-UNIX.cli
index cc10512..c9cf4b0 100644
--- a/BOOTSTRAP-UNIX.cli
+++ b/BOOTSTRAP-UNIX.cli
@@ -217,7 +217,8 @@ At the next step we will use \c{bpkg} to build and install the entire
toolchain. If for some reason you prefer not to build from packages (for
example, because the machine is offline), then you can convert this step into
the \"final\" installation and skip the rest. For this you will need to change
-the \c{configure} and \c{install} command lines above along these lines:
+the \c{configure} and \c{install} command lines above along these lines (see
+also a note on the following step about only building shared libraries):
\
$ build2/build2/b-boot configure \
@@ -256,6 +257,9 @@ $ bpkg-stage create \
config.install.sudo=sudo
\
+\N|The above configuration will only build shared libraries. If you would like
+to build both shared and static, remove \c{config.bin.lib=shared}.|
+
Next, we add the package repository, build, and install:
\