summaryrefslogtreecommitdiffstats
path: root/db/sqlite3/README.MOZILLA
diff options
context:
space:
mode:
Diffstat (limited to 'db/sqlite3/README.MOZILLA')
-rw-r--r--db/sqlite3/README.MOZILLA13
1 files changed, 13 insertions, 0 deletions
diff --git a/db/sqlite3/README.MOZILLA b/db/sqlite3/README.MOZILLA
new file mode 100644
index 000000000..55ebb2a7b
--- /dev/null
+++ b/db/sqlite3/README.MOZILLA
@@ -0,0 +1,13 @@
+This is the SQLite amalgamation.
+Check sqlite3.h for the version number and source id.
+
+See http://www.sqlite.org/ for more info.
+
+We have a mozilla-specific Makefile.in in src/ (normally no
+Makefile.in there) that we use to build.
+
+To move to a new version:
+
+Copy the sqlite3.h and sqlite3.c files from the amalgamation of sqlite.
+
+Be sure to update SQLITE_VERSION accordingly in $(topsrcdir)/configure.in.