From 1ee55930c06cc1e39da63c0096fce7e9facee103 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 11 Oct 2019 15:44:39 +0200 Subject: Rename BOOTSTRAP-{MINGW,MSVC} to BOOTSTRAP-WINDOWS-{...} Also mention WSL in addition to MSYS and Cygwin as a UNIX-like emulation on Windows. --- BOOTSTRAP-WINDOWS.cli | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'BOOTSTRAP-WINDOWS.cli') 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}. " -- cgit v1.1