From 21fd56a005c6d60b27226a37274dc2fbe074fec5 Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Tue, 10 Dec 2013 12:29:09 +0100 Subject: [PATCH] Updated README for env install on latest Debian --- README | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README b/README index 1b6e194c4..87e8af565 100644 --- a/README +++ b/README @@ -6,6 +6,10 @@ To build liblinphone for Android, you must: 1) download the Android ndk (>=r9) from google and add it to your path. 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 + With the latest Debian (multiarch), you need this: + dpkg --add-architecture i386 + aptitude update + aptitude install libstdc++6:i386 libgcc1:i386 zlib1g:i386 libncurses5:i386 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 4) To install the generated apk into a plugged device, run