From c262f29c4ca411d9bc37271d4b46fe2ffe88c14a Mon Sep 17 00:00:00 2001 From: Javernaut Date: Wed, 27 Nov 2019 16:48:20 +0200 Subject: [PATCH] Updating README.md regarding the necessity of ANDROID_SDK_HOME variable and CMake --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c2b021..3cc7961 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,11 @@ It is also possible to execute this script on a **Windows** machine with [MSYS2] ## Prerequisites -You have to define an environment variable `ANDROID_NDK_HOME` and set it to a correct path to your Android NDK. +You have to define two environment variables: +* `ANDROID_SDK_HOME` - path to your Android SDK +* `ANDROID_NDK_HOME` - path to your Android NDK + +Also, if you want to build *libaom*, then you have to install cmake;3.10.2.4988404 package via Android SDK. ## See it in action