From 11da36a086d4eff730653f368aa01382fbc753ce Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 15 Oct 2019 09:04:29 +0200 Subject: Update installation instructions with Clang on Windows --- INSTALL.cli | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'INSTALL.cli') diff --git a/INSTALL.cli b/INSTALL.cli index 3d8a098..49cf63a 100644 --- a/INSTALL.cli +++ b/INSTALL.cli @@ -21,10 +21,10 @@ system is self-hosted, which means that unless you have obtained a pre-built binary from somewhere else, you will need to bootstrap it. To accomplish this, we use the \c{bootstrap.sh} shell script (or equivalent batch files for Windows) found in the root directory of the \c{build2} distribution. On -UNIX-like operating systems as well as MinGW a GNU \c{make} makefile called -\c{bootstrap.gmake} can also be used with the major advanage over the script -being support for parallel compilation and an out of tree build (see comments -inside the makefile for more information). +UNIX-like operating systems as well as on Windows with MinGW or Clang, a GNU +\c{make} makefile called \c{bootstrap.gmake} can also be used with the major +advanage over the script being support for parallel compilation and an out of +tree build (see comments inside the makefile for more information). The following is the recommended sequence of steps: -- cgit v1.1