You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -106,27 +106,15 @@ To manage the logging produced from SQLCipher core, please review the runtime co
106
106
107
107
### Building
108
108
109
-
## Android NDK
110
-
111
-
Currently, SQLCipher for Android uses NDK version "25.2.9519653".
112
-
113
-
## External dependencies
114
-
115
-
This repository is not batteries-included. Specifically, you will need to build `libcrypto.a`, the static library from OpenSSL using the NDK for the [supported platforms](#compatibility), and bundle the top-level `include` folder from OpenSSL. Additionally, you will need to build a SQLCipher amalgamation. These files will need to be placed in the following locations:
109
+
This project and it's dependencies can be built directly within Android Studio. Currently, SQLCipher for Android uses NDK version "25.2.9519653". The repository includes a submodule for SQLCipher core, and LibTomCrypt as external dependencies. When cloning the repository, please execute the following command at the root of the project:
Copy file name to clipboardExpand all lines: README.md.template
+3-15Lines changed: 3 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -106,27 +106,15 @@ To manage the logging produced from SQLCipher core, please review the runtime co
106
106
107
107
### Building
108
108
109
-
## Android NDK
110
-
111
-
Currently, SQLCipher for Android uses NDK version "<%=androidNdkVersion%>".
112
-
113
-
## External dependencies
114
-
115
-
This repository is not batteries-included. Specifically, you will need to build `libcrypto.a`, the static library from OpenSSL using the NDK for the [supported platforms](#compatibility), and bundle the top-level `include` folder from OpenSSL. Additionally, you will need to build a SQLCipher amalgamation. These files will need to be placed in the following locations:
109
+
This project and it's dependencies can be built directly within Android Studio. Currently, SQLCipher for Android uses NDK version "<%=androidNdkVersion%>". The repository includes a submodule for SQLCipher core, and LibTomCrypt as external dependencies. When cloning the repository, please execute the following command at the root of the project:
0 commit comments