summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-09-01 07:49:52 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-09-01 07:49:52 +0200
commit330ffb995ec9ead9c53cd477e11887e5f9d982dc (patch)
tree4f8fd8e74cdbeaac2ab4281f8ca21e5dbb71faf7 /INSTALL
parent5c396d4dd3a6e2528147b55fc35b86cbcbc93524 (diff)
Build system updates
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL8
1 files changed, 8 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index e69de29..75defc1 100644
--- a/INSTALL
+++ b/INSTALL
@@ -0,0 +1,8 @@
+The main aim of this package is to make reading the INSTALL file unnecessary.
+So next time try running:
+
+bpkg build libsqlite3
+
+But if you don't want to use the package manager, then you can also build this
+package manually using the build2 build system. See sqlite3/buildfile for some
+configuration options.