From 195a63b370e64207cf5b70d36839841baf8d50d0 Mon Sep 17 00:00:00 2001 From: Simon Morlat Date: Tue, 8 Apr 2014 09:06:10 +0200 Subject: [PATCH] update README --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 52538d3b4..439fe1c9c 100644 --- a/README +++ b/README @@ -3,8 +3,8 @@ 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 (no symlink !!!). -2) install yasm, curl, ant and the autotools: autoconf, automake, aclocal, libtoolize, pkgconfig +1) download the Android ndk (>=r9d) from google and add it to your path (no symlink !!!). +2) install yasm, nasm, curl, ant and the autotools: autoconf, automake, aclocal, libtoolize, pkgconfig On 64 bits linux systems you'll need the ia32-libs package With the latest Debian (multiarch), you need this: dpkg --add-architecture i386