diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-04-16 13:16:29 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-04-16 13:16:29 +0200 |
commit | 18bd6cbdec7ac41a6506d803d921abac1eb718a1 (patch) | |
tree | 4ed0584bf5d7d01868ef618c098f69d70f21fbea /README | |
parent | 446c2b8a15f087cc4f6ce07f3b01f98a8a24e2cf (diff) |
Update install & upgrade instructions with bdep information
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -1,6 +1,12 @@ This is the build2 toolchain amalgamation. It includes the build system -(build2), package manager (bpkg), and their prerequisite libraries (libbutl -and libbpkg). +(build2), package dependency manager (bpkg), project dependency manager +(bdep), and their prerequisite libraries as subprojects. + +Note that while the MAJOR.MINIOR version components in the amalgamation and +subprojects always match, the PATCH components are incremented more or less +independently. Specifically, whenever a new patch release of a subproject is +published, an updated amalgamation with an incremented PATCH component is +released as well. build2 is an open source, cross-platform toolchain for building and packaging C++ code. Its aim is a modern build system and package manager for the C++ |