10000 Add short readme for compiling to android · sqlcipher/sqlcipher@91af523 · GitHub
[go: up one dir, main page]

Skip to content

Commit 91af523

Browse files
committed
Add short readme for compiling to android
1 parent 54a9c23 commit 91af523

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ $ ./configure --enable-tempstore=yes CFLAGS="-DSQLITE_HAS_CODEC" \
5656
$ make
5757
```
5858

59+
## Compiling - Android
60+
61+
To compile on android you can simply run the bash script located in android/compile-android.sh. This script requires [Docker](https://www.docker.com/products/docker-desktop/) to run and internet connectivity to build the image. After running the script the binary file will be located in the source directory (where this readme file is located).
62+
5963
## Testing
6064

6165
The full SQLite test suite will not complete successfully when using SQLCipher. In some cases encryption interferes with low-level tests that require access to database file data or features which are unsupported by SQLCipher. Those tests that are intended to support encryption are intended for non-SQLCipher implementations. In addition, because SQLite tests are not always isolated, if one test fails it can trigger a domino effect with other failures in later steps.

0 commit comments

Comments
 (0)
0