From db6c35c14476c4f28fdc838ae5f97bccec47ccba Mon Sep 17 00:00:00 2001 From: Frans de Jonge Date: Wed, 4 Oct 2017 08:53:00 +0200 Subject: [PATCH] README: small typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c1fbc734b..6629f45e7 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ Mac OSX users may need to install these tools: brew install nasm binutils libtool autoconf automake sdl2 lua51 ``` -The KOReader Android build requires `ant`, `openjdk-8-jdk` and `p7zip-full`. A compatible version of the Android NDK and SDK will be downloaded automatically by `.kodev build android` if no NDK or SDK is provided in environment variables. For that purpose you can use `NDK=/ndk/location SDK=/sdk/location ./kodev build android`. +The KOReader Android build requires `ant`, `openjdk-8-jdk` and `p7zip-full`. A compatible version of the Android NDK and SDK will be downloaded automatically by `./kodev build android` if no NDK or SDK is provided in environment variables. For that purpose you can use `NDK=/ndk/location SDK=/sdk/location ./kodev build android`. Users of Debian Jessie first need to configure the `backports` repository: ```