diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-03 17:27:33 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-03 17:27:33 +0200 |
commit | 879d7e92d823c9dfe6fb3691541f30b662f2a510 (patch) | |
tree | 7b4705029c81f2b5decc16cc63cfc1a88e5c7ff3 /doc/install.cli | |
parent | 8622308eefe9a1d63bb4128548260d0ba3d50d7a (diff) |
First take on new installation and upgrade instructions
Diffstat (limited to 'doc/install.cli')
-rw-r--r-- | doc/install.cli | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/doc/install.cli b/doc/install.cli new file mode 100644 index 0000000..f8042f7 --- /dev/null +++ b/doc/install.cli @@ -0,0 +1,47 @@ +// file : doc/install.cli +// copyright : Copyright (c) 2014-2016 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"; |