diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-07 07:02:12 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-07 07:02:12 +0200 |
commit | cc45558f1a5a730c8193c30f54fecc2625684361 (patch) | |
tree | 21289395452e578e31f0868f59b929ec508f143c /INSTALL.cli | |
parent | 558e8c3118539a598ccea607b353f1873070924c (diff) |
Minor INSTALL changes
Diffstat (limited to 'INSTALL.cli')
-rw-r--r-- | INSTALL.cli | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/INSTALL.cli b/INSTALL.cli index d9ec0ea..9f355cb 100644 --- a/INSTALL.cli +++ b/INSTALL.cli @@ -37,27 +37,27 @@ At the high level, the bootstrap process involves the following 5 steps. \dl| -\li|1. Bootstrap, Phase 1\n +\li|\b{1. Bootstrap, Phase 1}\n First, a minimal build system executable is built using provided shell scripts/batch files. The result is only guaranteed to be able to rebuild the build system itself.| -\li|\n2. Bootstrap, Phase 2\n +\li|\n\b{2. Bootstrap, Phase 2}\n Then, the build system is rebuilt with static libraries. The result is only guaranteed to be able to build the toolchain.| -\li|\n3. Stage\n +\li|\n\b{3. Stage}\n At this step the entire toolchain is built and staged.| -\li|\n4. Install\n +\li|\n\b{4. Install}\n Next, the staged toolchain is used to build and install the \"final\" toolchain from the package repository and using the \c{bpkg} package manager.| -\li|\n5. Clean\n +\li|\n\b{5. Clean}\n Finally, the staged toolchain is uninstalled.|| |