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 /INSTALL.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 'INSTALL.cli')
-rw-r--r-- | INSTALL.cli | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/INSTALL.cli b/INSTALL.cli index ba4be67..b361164 100644 --- a/INSTALL.cli +++ b/INSTALL.cli @@ -72,12 +72,12 @@ prefer not to build from packages (for example, because the machine is offline).| For Windows, if you are using either MSVC or MinGW, continue with -\l{#bootstrap-windows Bootstrapping on Windows}. If using MSYS or Cygwin, -then instead refer to \l{#bootstrap-unix Bootstrapping on UNIX}. +\l{#bootstrap-windows Bootstrapping on Windows}. If using WSL, MSYS, or +Cygwin, then instead refer to \l{#bootstrap-unix Bootstrapping on UNIX}. For Mac OS X, continue with \l{#bootstrap-macosx Bootstrapping on Mac OS X}. For other UNIX-like operating systems (GNU/Linux, FreeBSD, etc; this also -includes MSYS/Cygwin), continue with \l{#bootstrap-unix Bootstrapping on -UNIX}. +includes WSL, MSYS, and Cygwin), continue with \l{#bootstrap-unix +Bootstrapping on UNIX}. " |