From 483b91679ee9b464cc66c7690798e8bfb125178b Mon Sep 17 00:00:00 2001 From: Pierre-Eric Pelloux-Prayer Date: Tue, 9 Aug 2011 16:44:48 +0200 Subject: [PATCH] android: update build instruction --- README | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README b/README index 3bd333205..e64612f06 100644 --- a/README +++ b/README @@ -1,11 +1,15 @@ LINPHONE for ANDROID **************************** -To build liblinphone for Android, you must first download the Android ndk r5b from google. -Next step is to download libilbc code: +To build liblinphone for Android, you must: +1) download the Android ndk (r5b, r6) from google. +2) download libilbc code by doing: cd submodules/libilbc-rfc3951 && ./configure && make - -Finnaly from directory linphone-android, just execute command: +3) prepare libvpx + cd submodules/externals/build/libvpx + ./asm_conversion.sh + cp *.asm *.h ../../libvpx/ +4) finally from directory linphone-android, just execute command: ndk-build Some options can be passed to ndk-build, like "ndk-build SOME_OPTION=SOME_VALUE"