diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release.cli | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/release.cli b/doc/release.cli index 8aba681..f02db11 100644 --- a/doc/release.cli +++ b/doc/release.cli @@ -139,7 +139,8 @@ distribution from \c{etc/stage} and add the pre-distributed packages \ # Step 0: make sure b, bpkg, bdep are runnable. - # Step 1: pull ODB compiler and build it, make sure runnable. + # Step 1a: pull CLI compiler and build it, make sure runnable. + # Step 1b: pull ODB compiler and build it, make sure runnable. # Step 2: pull everything in build2 (including brep). @@ -219,6 +220,8 @@ distribution from \c{etc/stage} and add the pre-distributed packages \li|Toolchain introduction: 1, 2 & 3 (use \c{intro} script output for 2).| + \li|Packaging gude: 2 & 3 (also \c{bdep-new}-generated buildfiles).| + \li|Introduction in the build system manual: 1 (uses \c{bdep-new(1)} output).| @@ -999,6 +1002,9 @@ distribution from \c{etc/stage} and add the pre-distributed packages Consider upgrading to new upstream versions in \c{packaging/}. + Also, bundled \c{libodb}, \c{libsqlite3}, and \c{libpkg-config} in + \c{libbutl}. + \h#upgrade-projects|Upgrade own projects| Adjust own projects to use any newly available features. |