aboutsummaryrefslogtreecommitdiff
path: root/doc/install.cli
blob: 4885e2407145c374e3ca70c26cc4342a6cd76584 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
// file      : doc/install.cli
// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
// license   : MIT; see accompanying LICENSE file

"\name=build2-toolchain-install"
"\subject=toolchain"
"\title=Toolchain Installation and Upgrade"

// NOTES
//
// - Maximum <pre> line is 70 characters.
//

"
\h#INSTALL|Introduction|
"
source "../INSTALL.cli";

"
\h#BOOTSTRAP-WINDOWS|Bootstrapping on Windows|
"
source "../BOOTSTRAP-WINDOWS.cli";

"
\h2#BOOTSTRAP-MSVC|Bootstrapping with MSVC|
"
source "../BOOTSTRAP-MSVC.cli";

"
\h2#BOOTSTRAP-MINGW|Bootstrapping with MinGW|
"
source "../BOOTSTRAP-MINGW.cli";

"
\h#BOOTSTRAP-MACOSX|Bootstrapping on Mac OS X|
"
source "../BOOTSTRAP-MACOSX.cli";

"
\h#BOOTSTRAP-UNIX|Bootstrapping on UNIX|
"
source "../BOOTSTRAP-UNIX.cli";

"
\h#UPGRADE|Upgrading|
"
source "../UPGRADE.cli";