diff options
author | Mario Preksavec <mario@slackware.hr> | 2016-07-24 19:03:55 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-07-30 08:28:21 +0700 |
commit | deff7ed5948989f4eb1649c0c34196ea50982d68 (patch) | |
tree | fe82b5edad2b26b3569c2bf841bf0ece394f346b /system/sqlcipher/README | |
parent | fccdf683daf4dccce0dbc51009f2f852037e4b9b (diff) | |
download | slackbuilds-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/README | 6 |
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. |