diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-03-14 16:39:27 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-03-14 16:39:27 +0200 |
commit | 12a62f4566d4b98aa949f9aec3467eb8359274ad (patch) | |
tree | 79f6d3ddd76bd864c0c87fac43f70fa70b4e60d5 | |
parent | bbff2b69459a370afd6c74b6b0d3bb080ff22b89 (diff) |
Add README file
-rw-r--r-- | README | 20 | ||||
-rw-r--r-- | buildfile | 2 |
2 files changed, 21 insertions, 1 deletions
@@ -0,0 +1,20 @@ +This package contains the build2 build system. + +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++ +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. @@ -5,7 +5,7 @@ d = build2/ tests/ doc/ ./: $d \ -doc{INSTALL LICENSE version} \ +doc{INSTALL LICENSE README version} \ file{INSTALL.cli config.guess config.sub bootstrap manifest} include $d |