aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-06-30 22:44:49 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-06-30 22:44:49 +0300
commit0777e6d5b3fb28abd1e62b74e1ed5ed4b2feef55 (patch)
treeb3d36a0b1274a6d0345fae104d79ca4a6be1f7bd
parent713896ea68bd899cc0e90e9adc3f5a45d60fa970 (diff)
Fix toolchain installation instructions
-rw-r--r--BOOTSTRAP-MINGW.cli2
-rw-r--r--BOOTSTRAP-MSVC.cli2
-rw-r--r--BOOTSTRAP-UNIX.cli2
-rw-r--r--BOOTSTRAP-WINDOWS.cli2
4 files changed, 4 insertions, 4 deletions
diff --git a/BOOTSTRAP-MINGW.cli b/BOOTSTRAP-MINGW.cli
index 0821adf..bc6fab1 100644
--- a/BOOTSTRAP-MINGW.cli
+++ b/BOOTSTRAP-MINGW.cli
@@ -57,7 +57,7 @@ versions. It can also be used to uninstall the toolchain:
\
> cd build2-toolchain-X.Y
-> bpkg uninstall build2 bpkg
+> bpkg uninstall build2 bpkg bdep
\
\N|Note that in both cases (manual or scripted bootstrap), if something goes
diff --git a/BOOTSTRAP-MSVC.cli b/BOOTSTRAP-MSVC.cli
index a5eef24..fc4066e 100644
--- a/BOOTSTRAP-MSVC.cli
+++ b/BOOTSTRAP-MSVC.cli
@@ -38,7 +38,7 @@ versions. It can also be used to uninstall the toolchain:
\
> cd build2-toolchain-X.Y
-> bpkg uninstall build2 bpkg
+> bpkg uninstall build2 bpkg bdep
\
\N|Note that in both cases (manual or scripted bootstrap), if something goes
diff --git a/BOOTSTRAP-UNIX.cli b/BOOTSTRAP-UNIX.cli
index 488ce5b..24c15a5 100644
--- a/BOOTSTRAP-UNIX.cli
+++ b/BOOTSTRAP-UNIX.cli
@@ -98,7 +98,7 @@ versions. It can also be used to uninstall the toolchain:
\
$ cd build2-toolchain-X.Y
-$ bpkg uninstall build2 bpkg
+$ bpkg uninstall build2 bpkg bdep
\
\N|Note that in both cases (manual or scripted bootstrap), if something goes
diff --git a/BOOTSTRAP-WINDOWS.cli b/BOOTSTRAP-WINDOWS.cli
index c85ac4a..9676f8a 100644
--- a/BOOTSTRAP-WINDOWS.cli
+++ b/BOOTSTRAP-WINDOWS.cli
@@ -33,7 +33,7 @@ implements C++11 threads; run \c{g++ -v} to verify).|
\N|Only 64-bit variants of the \c{baseutils} and \c{mingw} packages are
provided and they \b{must} match the width of the \c{build2} toolchain. Note
also that the 64-bit \c{build2} toolchain can be used to build 32-bit
-applications with any restrictions.|
+applications without any restrictions.|
To bootstrap on Windows with either MSVC or MinGW start with the following
common steps: