diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-11-01 14:08:03 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-11-01 14:08:03 +0200 |
commit | f957f88c4eb37c61c578e094558cb88a0882d2b4 (patch) | |
tree | dde7f792a06ffe077434d42f736abe6fa359e632 /BOOTSTRAP-WINDOWS-MINGW.cli | |
parent | f53bbf12cf586d6a3054a899eedf674939475934 (diff) |
Mention --local build script/batch file option in install manual
Diffstat (limited to 'BOOTSTRAP-WINDOWS-MINGW.cli')
-rw-r--r-- | BOOTSTRAP-WINDOWS-MINGW.cli | 11 |
1 files changed, 10 insertions, 1 deletions
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 |