aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-09-01 08:12:34 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-09-01 08:12:34 +0200
commitc64d68dc8778429fa2760560c974a49bb1310d50 (patch)
tree3a59aaded909c45a26f60ec38c0545effe96e13c /INSTALL
parent5fc487bd029cc098e8605ab4a3fcc62cd2ab74e4 (diff)
Write INSTALL file
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL6
1 files changed, 6 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index e69de29..2acb7ad 100644
--- a/INSTALL
+++ b/INSTALL
@@ -0,0 +1,6 @@
+The easiest way to build this package is with the bpkg package manager:
+
+$ bpkg build libbutl
+
+But if you don't want to use the package manager, then you can also build it
+manually using the build2 build system.