blob: dfcbb1cdcbca02eec2b2b5a59e9fbc0d4d6c92dd (
plain) (
blame)
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.
|