summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-03-11 16:47:49 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-03-11 16:47:49 +0300
commit3d3a63d289cdaa8bc4d4a3820d499ea5a3205b43 (patch)
treee608c7ebe88503c670fcec02b6db5f54a6843dd2 /INSTALL
parentaa5ecc3b21bf88c5b9b9c17912e4efbd96eeab34 (diff)
Release version 3.18.2+7v3.18.2
Place libsqlite3 and sqlite3 packages into single repository.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL8
1 files changed, 0 insertions, 8 deletions
diff --git a/INSTALL b/INSTALL
deleted file mode 100644
index 7194b96..0000000
--- a/INSTALL
+++ /dev/null
@@ -1,8 +0,0 @@
-The 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 standard build2 build system. See sqlite3/buildfile
-for some configuration options.