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-UNIX.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-UNIX.cli')
-rw-r--r-- | BOOTSTRAP-UNIX.cli | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/BOOTSTRAP-UNIX.cli b/BOOTSTRAP-UNIX.cli index 24c15a5..0546a9d 100644 --- a/BOOTSTRAP-UNIX.cli +++ b/BOOTSTRAP-UNIX.cli @@ -6,7 +6,7 @@ The following instructions are for bootstrapping \c{build2} on UNIX-like operating systems (GNU/Linux, FreeBSD, etc). For Mac OS X first see \l{#bootstrap-macosx Bootstrapping on Mac OS X}. These instructions should -also be used for UNIX emulation layers on Windows (for example, MSYS or +also be used for UNIX emulation layers on Windows (for example, WSL, MSYS, or Cygwin) where you already have a UNIX shell with standard utilities. \dl| @@ -36,7 +36,7 @@ Place everything into \c{~/build2-build/} (build directory) and verify the archive checksum matches: \ -# Linux, MSYS, Cygwin: +# Linux, WSL, MSYS, Cygwin: # $ sha256sum -c build2-toolchain-X.Y.Z.tar.xz.sha256 |