From f957f88c4eb37c61c578e094558cb88a0882d2b4 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 1 Nov 2019 14:08:03 +0200 Subject: Mention --local build script/batch file option in install manual --- BOOTSTRAP-UNIX.cli | 11 ++++++++++- BOOTSTRAP-WINDOWS-CLANG.cli | 11 ++++++++++- BOOTSTRAP-WINDOWS-MINGW.cli | 11 ++++++++++- BOOTSTRAP-WINDOWS-MSVC.cli | 11 ++++++++++- 4 files changed, 40 insertions(+), 4 deletions(-) diff --git a/BOOTSTRAP-UNIX.cli b/BOOTSTRAP-UNIX.cli index c9cf4b0..65ba86a 100644 --- a/BOOTSTRAP-UNIX.cli +++ b/BOOTSTRAP-UNIX.cli @@ -216,7 +216,7 @@ subdirectory is in \c{PATH}. 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 +a local installation and skip the rest. For this you will need to change 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): @@ -232,6 +232,15 @@ $ build2/build2/b-boot configure \ $ build2/build2/b-boot install: build2/ bpkg/ bdep/ \ +\N|To perform a local installation with the \c{build.sh} script, pass the +\c{--local} option.| + +To uninstall such a local installation, run: + +\ +$ b uninstall: build2/ bpkg/ bdep/ +\ + | diff --git a/BOOTSTRAP-WINDOWS-CLANG.cli b/BOOTSTRAP-WINDOWS-CLANG.cli index 0115f13..ea30750 100644 --- a/BOOTSTRAP-WINDOWS-CLANG.cli +++ b/BOOTSTRAP-WINDOWS-CLANG.cli @@ -148,7 +148,7 @@ C:\build2\bin\bpkg-stage.exe 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 +a local installation and skip the rest. For this you will need to change 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): @@ -162,6 +162,15 @@ also a note on the following step about only building shared libraries): > build2\build2\b-boot install: build2/ bpkg/ bdep/ \ +\N|To perform a local installation with the \c{build-clang.bat} batch file, +pass the \c{--local} option.| + +To uninstall such a local installation, run: + +\ +> b uninstall: build2/ bpkg/ bdep/ +\ + | \li|\n\b{4. Install}\n diff --git a/BOOTSTRAP-WINDOWS-MINGW.cli b/BOOTSTRAP-WINDOWS-MINGW.cli index bb3c7a3..3d89013 100644 --- a/BOOTSTRAP-WINDOWS-MINGW.cli +++ b/BOOTSTRAP-WINDOWS-MINGW.cli @@ -150,7 +150,7 @@ C:\build2\bin\bpkg-stage.exe 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 +a local installation and skip the rest. For this you will need to change 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): @@ -164,6 +164,15 @@ also a note on the following step about only building shared libraries): > build2\build2\b-boot install: build2/ bpkg/ bdep/ \ +\N|To perform a local installation with the \c{build-mingw.bat} batch file, +pass the \c{--local} option.| + +To uninstall such a local installation, run: + +\ +> b uninstall: build2/ bpkg/ bdep/ +\ + | \li|\n\b{4. Install}\n diff --git a/BOOTSTRAP-WINDOWS-MSVC.cli b/BOOTSTRAP-WINDOWS-MSVC.cli index 9184765..d88b87d 100644 --- a/BOOTSTRAP-WINDOWS-MSVC.cli +++ b/BOOTSTRAP-WINDOWS-MSVC.cli @@ -122,7 +122,7 @@ C:\build2\bin\bpkg-stage.exe 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 +a local installation and skip the rest. For this you will need to change 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): @@ -136,6 +136,15 @@ also a note on the following step about only building shared libraries): > build2\build2\b-boot install: build2/ bpkg/ bdep/ \ +\N|To perform a local installation with the \c{build-msvc.bat} batch file, +pass the \c{--local} option.| + +To uninstall such a local installation, run: + +\ +> b uninstall: build2/ bpkg/ bdep/ +\ + | \li|\n\b{4. Install}\n -- cgit v1.1