aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2019-10-15 09:06:39 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2019-10-15 09:06:39 +0200
commite392fcf5a849b2cf8bcb4c4308c3121efddff268 (patch)
tree13cf9df011d288227bfdb24d10c4c738b84898e5 /doc
parent733d8509d39dbbc0a7c7145f1fdf8ad4f386e036 (diff)
Update installation instructions with Clang on Windows
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/cli.sh3
-rw-r--r--doc/install.cli11
2 files changed, 10 insertions, 4 deletions
diff --git a/doc/cli.sh b/doc/cli.sh
index a520898..6d16c7b 100755
--- a/doc/cli.sh
+++ b/doc/cli.sh
@@ -81,5 +81,6 @@ gen_txt UPGRADE
gen_txt BOOTSTRAP-UNIX
gen_txt BOOTSTRAP-MACOSX
gen_txt BOOTSTRAP-WINDOWS
-gen_txt BOOTSTRAP-WINDOWS-MINGW
gen_txt BOOTSTRAP-WINDOWS-MSVC
+gen_txt BOOTSTRAP-WINDOWS-CLANG
+gen_txt BOOTSTRAP-WINDOWS-MINGW
diff --git a/doc/install.cli b/doc/install.cli
index 09e3679..7b8e3f7 100644
--- a/doc/install.cli
+++ b/doc/install.cli
@@ -17,10 +17,10 @@
The recommended way to install and upgrade the \c{build2} toolchain in most
circumstances is using the automated install scripts as described on the
\l{https://build2.org/install.xhtml Install} page. This document describes the
-manual installation and upgrade process which offers greater control can be
-helpful in situations where the automated scripts cannot be used (offline
+manual installation and upgrade process which offers greater control that can
+be helpful in situations where the automated scripts cannot be used (offline
installation, packaging for system package managers, unsupported
-platform/compiler, etc).
+by the install scripts platform/compiler, etc).
"
// NOTE: The following ids must correspond to the file names (used in
@@ -42,6 +42,11 @@ source "../BOOTSTRAP-WINDOWS.cli";
source "../BOOTSTRAP-WINDOWS-MSVC.cli";
"
+\h2#bootstrap-windows-clang|Bootstrapping on Windows with Clang|
+"
+source "../BOOTSTRAP-WINDOWS-CLANG.cli";
+
+"
\h2#bootstrap-windows-mingw|Bootstrapping on Windows with MinGW|
"
source "../BOOTSTRAP-WINDOWS-MINGW.cli";