From 416495385f6fad25cbedad0490783d6ca2de8c2a Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Wed, 2 Oct 2013 16:42:14 +0200 Subject: [PATCH] Added ant to the list of requirement in README --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 4a57d19f2..d4f3dd47d 100644 --- a/README +++ b/README @@ -4,7 +4,7 @@ To build liblinphone for Android, you must: 0) download the Android sdk with platform-tools and tools updated to latest revision (at least API 16 is needed), then add both 'tools' and 'platform-tools' folders in your path. 1) download the Android ndk (>=r9) from google and add it to your path. -2) install yasm, curl and the autotools: autoconf, automake, aclocal, libtoolize, pkgconfig +2) install yasm, curl, ant and the autotools: autoconf, automake, aclocal, libtoolize, pkgconfig On 64 bits linux systems you'll need the ia32-libs package 3) run the Makefile script in the top level directory. This will download iLBC source files and convert some assembly files in VP8 project. $ make