android: update build instruction
This commit is contained in:
parent
39b61dd9e6
commit
483b91679e
1 changed files with 8 additions and 4 deletions
12
README
12
README
|
@ -1,11 +1,15 @@
|
||||||
LINPHONE for ANDROID
|
LINPHONE for ANDROID
|
||||||
****************************
|
****************************
|
||||||
|
|
||||||
To build liblinphone for Android, you must first download the Android ndk r5b from google.
|
To build liblinphone for Android, you must:
|
||||||
Next step is to download libilbc code:
|
1) download the Android ndk (r5b, r6) from google.
|
||||||
|
2) download libilbc code by doing:
|
||||||
cd submodules/libilbc-rfc3951 && ./configure && make
|
cd submodules/libilbc-rfc3951 && ./configure && make
|
||||||
|
3) prepare libvpx
|
||||||
Finnaly from directory linphone-android, just execute command:
|
cd submodules/externals/build/libvpx
|
||||||
|
./asm_conversion.sh
|
||||||
|
cp *.asm *.h ../../libvpx/
|
||||||
|
4) finally from directory linphone-android, just execute command:
|
||||||
ndk-build
|
ndk-build
|
||||||
|
|
||||||
Some options can be passed to ndk-build, like "ndk-build SOME_OPTION=SOME_VALUE"
|
Some options can be passed to ndk-build, like "ndk-build SOME_OPTION=SOME_VALUE"
|
||||||
|
|
Loading…
Reference in a new issue