diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-10-11 15:44:39 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-10-11 15:44:39 +0200 |
commit | 1ee55930c06cc1e39da63c0096fce7e9facee103 (patch) | |
tree | 4a201823a6d3527de393da91b7ff5b4123bce50e /BOOTSTRAP-WINDOWS.cli | |
parent | 3bfe882189f708f4fc83fbed5ae20fa5851e38bf (diff) |
Rename BOOTSTRAP-{MINGW,MSVC} to BOOTSTRAP-WINDOWS-{...}
Also mention WSL in addition to MSYS and Cygwin as a UNIX-like emulation
on Windows.
Diffstat (limited to 'BOOTSTRAP-WINDOWS.cli')
-rw-r--r-- | BOOTSTRAP-WINDOWS.cli | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/BOOTSTRAP-WINDOWS.cli b/BOOTSTRAP-WINDOWS.cli index 9676f8a..c99ffc7 100644 --- a/BOOTSTRAP-WINDOWS.cli +++ b/BOOTSTRAP-WINDOWS.cli @@ -5,9 +5,9 @@ " The following instructions are for bootstrapping \c{build2} with either MSVC or MinGW using the Windows command prompt. If you are using any kind of UNIX -emulation layer (for example, MSYS or Cygwin) and already have a UNIX shell -with standard utilities, then you most likely should follow \l{#bootstrap-unix -Bootstrapping on UNIX} instead. +emulation layer (for example, WSL, MSYS, or Cygwin) and already have a UNIX +shell with standard utilities, then you most likely should follow +\l{#bootstrap-unix Bootstrapping on UNIX} instead. \N|Note that if you continue with these instructions but you already have your own installation of MSYS and/or MinGW, then make sure that their paths are not @@ -138,9 +138,9 @@ directory: || -If building with MSVC, continue with \l{#bootstrap-msvc Bootstrapping with -MSVC}. +If building with MSVC, continue with \l{#bootstrap-windows-msvc Bootstrapping +on Windows with MSVC}. -If building with MinGW, continue with \l{#bootstrap-mingw Bootstrapping with -MinGW}. +If building with MinGW, continue with \l{#bootstrap-windows-mingw +Bootstrapping on Windows with MinGW}. " |