From 2c69c593318252aaf80a339b17d2855d1e0c26fc Mon Sep 17 00:00:00 2001 From: Hardcore Sushi Date: Wed, 16 Jun 2021 18:23:33 +0200 Subject: [PATCH] Specify NDK v21 in README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f316597..be3c58b 100644 --- a/README.md +++ b/README.md @@ -77,9 +77,10 @@ DroidFS use some parts of the original gocryptfs code, which is designed to run # Build Most of the original gocryptfs code was used as is (written in Go) and compiled to native code. That's why you need [Go](https://golang.org) and the [Android Native Development Kit (NDK)](https://developer.android.com/ndk/) to build DroidFS from source. + #### Install Requirements - [Android Studio](https://developer.android.com/studio/) -- [Android NDK and CMake](https://developer.android.com/studio/projects/install-ndk) +- [Android NDK and CMake](https://developer.android.com/studio/projects/install-ndk) (OpenSSL build fails with NDK versions higher than v22. It should pass with NDK v21.4.7075529 and lower) - [Go](https://golang.org/doc/install) (on debian: `$ sudo apt-get install golang-go`) #### Download Sources