update README

This commit is contained in:
Simon Morlat 2014-04-08 09:06:10 +02:00
parent b5ed91c4eb
commit 195a63b370

4
README
View file

@ -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