diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-07-13 12:27:28 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-07-13 12:27:28 +0200 |
commit | 2aac6bb4b179a45908cd9d8c6656fef671c24042 (patch) | |
tree | bf7767da693d923b4705f774a1009ebc28fbc7f6 /README |
Initial infrastructure setup
Diffstat (limited to 'README')
-rw-r--r-- | README | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -0,0 +1,23 @@ +This package contains the build2 utility library for bash. + +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/ + +This library is a collection of bash utilities that are used throughout the +toolchain. + +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 details. |