summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
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.