8000 Update README to document the need for defining ANDROID_NDK_ROOT · s1h/android-database-sqlcipher@b09c25b · GitHub
[go: up one dir, main page]

Skip to content

Commit b09c25b

Browse files
Update README to document the need for defining ANDROID_NDK_ROOT
1 parent 14efced commit b09c25b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.org

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Notepadbot is a sample application pulled from the standard Android samples code
5959

6060
*** Building
6161

62-
In order to build android-database-sqlcipher from source you will need both the Android SDK as well as Android NDK. We currently recommend using Android NDK version r11c. To complete the =make init= command, you will need the =android-19= platform installed from the SDK. Once you have cloned the repo, change directory into the root of the repository and run the following commands:
62+
In order to build android-database-sqlcipher from source you will need both the Android SDK as well as Android NDK. We currently recommend using Android NDK version r11c. To complete the =make init= command, you will need the =android-19= platform installed from the SDK. The =make init= command will build OpenSSL for the required platforms, thus the =ANDROID_NDK_ROOT= 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:
6363

6464
: # this only needs to be done once
6565
: make init

0 commit comments

Comments
 (0)
0