aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-09-01 08:17:07 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-09-01 08:17:07 +0200
commitba8249699bb3cd84f7200db0f99bbbfe31ada767 (patch)
tree2a876bf0ed73ae7a3d894aba6b34ea15a7440e1a /INSTALL
parentf19b81e548515794382eca49055aafc47d8913f8 (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..482cf2a 100644
--- a/INSTALL
+++ b/INSTALL
@@ -0,0 +1,6 @@
+The easiest way to build this package is with the bpkg package manager:
+
+$ bpkg build libbpkg
+
+But if you don't want to use the package manager, then you can also build it
+manually using the build2 build system.