Skip to content

Commit 2416e62

Browse files
Adjust README documentation
1 parent 46fbe24 commit 2416e62

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,12 +137,13 @@ For applications which utilize ProGuard, a few additional rules must be included
137137

138138
### Building
139139

140-
In order to build `android-database-sqlcipher` from source you will need both the Android SDK, Gradle, and the Android NDK. We currently recommend using Android NDK version `r20`. To complete the `make` command, the `ANDROID_NDK_HOME` environment variable must be defined which should point to your NDK root. Once you have cloned the repo, change directory into the root of the repository and run the following commands:
140+
In order to build `android-database-sqlcipher` from source you will need both the Android SDK, Gradle, Android NDK, SQLCipher core source directory, and an OpenSSL source directory. We currently recommend using Android NDK version `r20`. To complete the `make` command, the `ANDROID_NDK_HOME` environment variable must be defined which should point to your NDK root. Once you have cloned the repo, change directory into the root of the repository and run the following commands:
141141

142142
```
143143
SQLCIPHER_ROOT=/some/path/to/sqlcipher-folder \
144144
OPENSSL_ROOT=/some/path/to/openssl-folder \
145145
SQLCIPHER_ANDROID_VERSION="4.4.1" \
146+
OPENSSL_ANDROID_LIB_ROOT=/some/path/for/android/native/lib/creation \
146147
make build-release
147148
```
148149

0 commit comments

Comments
 (0)