diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-04-12 08:43:59 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-04-12 08:43:59 +0200 |
commit | 755c3ed6e831c2934c10f47e804a964be893625b (patch) | |
tree | 43d67d05e9f8dd3b1be66bb165466ca67c413819 | |
parent | 8ee02c5d40006d52d0048a748a695d589b3627cb (diff) |
Update INSTALL file
-rw-r--r-- | INSTALL | 6 | ||||
-rw-r--r-- | INSTALL.cli | 7 |
2 files changed, 6 insertions, 7 deletions
@@ -82,6 +82,6 @@ distribution. The following is the recommended sequence of steps: $ build2/b config.install.root=/usr/local config.install.root.sudo=sudo \ 'install(../libbutl-X.Y.Z/ ./)' - Note: you may want to use the config.bin.rpath configuration variable on - step 3 if your installation location is not searched automatically for - shared libraries. See the INSTALL file in build2-toolchain for details. + Note: you may want to add the config.bin.rpath configuration variable if + your installation location is not searched automatically for shared + libraries. See the INSTALL file in build2-toolchain for details. diff --git a/INSTALL.cli b/INSTALL.cli index 9f0f52a..723237b 100644 --- a/INSTALL.cli +++ b/INSTALL.cli @@ -114,8 +114,7 @@ $ build2/b config.install.root=/usr/local config.install.root.sudo=sudo \ 'install(../libbutl-X.Y.Z/ ./)' \ -Note: you may want to use the \c{config.bin.rpath} configuration variable on -step 3 if your installation location is not searched automatically for -shared libraries. See the \c{INSTALL} file in \c{build2-toolchain} for -details.|| +Note: you may want to add the \c{config.bin.rpath} configuration variable +if your installation location is not searched automatically for shared +libraries. See the \c{INSTALL} file in \c{build2-toolchain} for details.|| " |