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-UNIX.cli | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'BOOTSTRAP-UNIX.cli') 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 -- cgit v1.1