aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-03-14 16:39:27 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-03-14 16:39:27 +0200
commit6fd19ac890fce667025944c84fc001c78aac8366 (patch)
treee71610187a149d9a2f312bf1dd830967f144c4e2 /README
parentd1bd79770900f3b873f60d7559b97d2fb149eaf9 (diff)
Add README file
Diffstat (limited to 'README')
-rw-r--r--README23
1 files changed, 23 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..99a5941
--- /dev/null
+++ b/README
@@ -0,0 +1,23 @@
+This package contains the build2 utility library.
+
+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/
+
+This library is a collection of 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.