diff options
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. |