diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-05-18 16:41:36 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-05-18 16:41:36 +0200 |
commit | 8e07eb474891662bee0a6d0bd4116c2371d41e7e (patch) | |
tree | 3f61d9a10f5fe18c7fb89ebf62c6081ba4ec3de0 /doc/install.cli | |
parent | 509b121d12e8318e2395622edbd84fa458ef5b6b (diff) |
Update documentation with new install procedure
Diffstat (limited to 'doc/install.cli')
-rw-r--r-- | doc/install.cli | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/install.cli b/doc/install.cli index 4885e24..4d241f4 100644 --- a/doc/install.cli +++ b/doc/install.cli @@ -12,6 +12,18 @@ // " +\h0#preface|Preface| + +The recommended way to install 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 +installation, packaging for system package managers, unsupported +platform/compiler, etc). +" + +" \h#INSTALL|Introduction| " source "../INSTALL.cli"; |