From bda2a1aab45af33072ee72c31b7e567cc555a045 Mon Sep 17 00:00:00 2001 From: chrox Date: Sun, 1 Jun 2014 23:16:45 +0800 Subject: [PATCH] need ndk-build command in PATH to build koreader for Android --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 86cfae8b8..c3b8c6295 100644 --- a/README.md +++ b/README.md @@ -94,8 +94,8 @@ package from scratch. For Android devices ------------------- -Make sure the "android" tool is in your PATH variable and the NDK variable -points to the root directory of the Android NDK. +Make sure the "android" and "ndk-build" tools are in your PATH variable +and the NDK variable points to the root directory of the Android NDK. First, run this command to make a standalone android cross compiling toolchain from NDK: