From 0777e6d5b3fb28abd1e62b74e1ed5ed4b2feef55 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sun, 30 Jun 2019 22:44:49 +0300 Subject: Fix toolchain installation instructions --- BOOTSTRAP-MINGW.cli | 2 +- BOOTSTRAP-MSVC.cli | 2 +- BOOTSTRAP-UNIX.cli | 2 +- BOOTSTRAP-WINDOWS.cli | 2 +- 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: -- cgit v1.1