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
|
||||
****************************
|
||||
|
||||
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"
|
||||
|
|
Loading…
Reference in a new issue