summaryrefslogtreecommitdiffstats
path: root/Plugins/DbSqliteCipher/updating_version.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Plugins/DbSqliteCipher/updating_version.txt')
-rw-r--r--Plugins/DbSqliteCipher/updating_version.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Plugins/DbSqliteCipher/updating_version.txt b/Plugins/DbSqliteCipher/updating_version.txt
new file mode 100644
index 0000000..dfcbb1c
--- /dev/null
+++ b/Plugins/DbSqliteCipher/updating_version.txt
@@ -0,0 +1,2 @@
+To update SQLCipher version clone its GIT repository, run ./configure and copy sqlite3.c and sqlite3.h from it's main directory, rename it to sqlcipher.c and sqlcipher.h respectively.
+Then run add_prefix.sh to add "sqlcipher_" prefix to all symbolx, to avoid conflicts in binaries. \ No newline at end of file