summaryrefslogtreecommitdiff
path: root/system/sqlcipher/README
diff options
context:
space:
mode:
authorMario Preksavec <mario@slackware.hr>2016-07-24 19:03:55 +0200
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2016-07-30 08:28:21 +0700
commitdeff7ed5948989f4eb1649c0c34196ea50982d68 (patch)
treefe82b5edad2b26b3569c2bf841bf0ece394f346b /system/sqlcipher/README
parentfccdf683daf4dccce0dbc51009f2f852037e4b9b (diff)
downloadslackbuilds-deff7ed5948989f4eb1649c0c34196ea50982d68.tar.gz
system/sqlcipher: Updated for version 3.4.0.
Signed-off-by: Mario Preksavec <mario@slackware.hr>
Diffstat (limited to 'system/sqlcipher/README')
-rw-r--r--system/sqlcipher/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/system/sqlcipher/README b/system/sqlcipher/README
index 53c425606c..efbb45c125 100644
--- a/system/sqlcipher/README
+++ b/system/sqlcipher/README
@@ -7,3 +7,9 @@ well suited for mobile development.
SQLCipher was initially developed by Stephen Lombardo at Zetetic LLC
(sjlombardo@zetetic.net) as the encrypted database layer for Strip, an iPhone
data vault and password manager (http://getstrip.com).
+
+TCL extension (libtclsqlite3.so) can be enabled with:
+
+ WITH_TCL=yes ./sqlcipher.SlackBuild
+
+Note however, it will clobber the stock sqlite library.