diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2020-08-06 23:32:13 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2020-08-12 12:33:41 +0300 |
commit | 768727f37afa6fbb5082833a4c14c8134ec42122 (patch) | |
tree | 8c7b3d85f9735d8585781a45f9e61b15fdaa3530 /README | |
parent | 4c61819dedbc3547bf3f352809ecfb6a95ab8753 (diff) |
Add implementation
Diffstat (limited to 'README')
-rw-r--r-- | README | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -0,0 +1,20 @@ +This package contains extra build2 project management utilities. + +build2 is an open source, cross-platform toolchain for building and packaging +C++ code. Its aim is a modern build system and dependency manager for the C++ +language that provide a consistent, out of the box interface across multiple +platforms and compilers. For more information see: + +https://build2.org/ + +See the NEWS file for the user-visible changes from the previous release. + +See the LICENSE file for the distribution conditions. + +See the INSTALL file for the prerequisites and installation instructions. + +See the doc/ directory for documentation. + +Send questions, bug reports, or any other feedback to the users@build2.org +mailing list. You can post without subscribing. See https://lists.build2.org +for searchable archives, posting guidelines, etc. |