From 80e3c52655475dfc37195969a44895c19426735f Mon Sep 17 00:00:00 2001 From: chrox Date: Wed, 4 Jun 2014 19:19:22 +0800 Subject: [PATCH] add ant prerequisite for Android build --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e7fb3369..d2367ce36 100644 --- a/README.md +++ b/README.md @@ -42,8 +42,11 @@ sudo apt-get install gcc-arm-linux-gnueabi g++-arm-linux-gnueabi sudo apt-get install gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf ``` -A recent version of Android SDK/NDK is needed in order to build Koreader for Android +A recent version of Android SDK/NDK and `ant` are needed in order to build Koreader for Android devices. +``` +sudo apt-get install ant +``` You might also need SDL library packages if you want to compile and run Koreader on PC. Fedora users can install `SDL` and `SDL-devel`.