Change required NDK version.
This commit is contained in:
parent
d42a753c82
commit
5cc5275648
1 changed files with 1 additions and 1 deletions
2
README
2
README
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
To build liblinphone for Android, you must:
|
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.
|
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 (>=r8b) from google and add it to your path.
|
1) download the Android ndk (>=r9) from google and add it to your path.
|
||||||
2) install the autotools: autoconf, automake, aclocal, libtoolize, pkgconfig
|
2) install the autotools: autoconf, automake, aclocal, libtoolize, pkgconfig
|
||||||
On 64 bits linux systems you'll need the ia32-libs package
|
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.
|
3) run the Makefile script in the top level directory. This will download iLBC source files and convert some assembly files in VP8 project.
|
||||||
|
|
Loading…
Reference in a new issue