Updated README

This commit is contained in:
Sylvain Berfini 2014-02-03 17:10:01 +01:00
parent e963be6567
commit 82036f3e57

18
README
View file

@ -28,6 +28,17 @@ To create an apk with a different package name, you need to edit the custom_rule
1) look for the property named "linphone.package.name" and change it value accordingly
2) run again the Makefile script by calling "make"
TROUBLESHOOTING
*****************************
If you encounter troubles with the make clean target and you are using the 8e android ndk, the solution can be found here: https://groups.google.com/forum/?fromgroups=#!topic/android-ndk/3wIbb-h3nDU
When using the ndk-r9b or ndk-r9c you may have an issue when compiling with x264. If so, use ndk-r9 instead.
CUSTOMIZATION
*****************************
Some options can be passed to make, like "make SOME_OPTION=SOME_VALUE".
ENABLE_GPL_THIRD_PARTIES
@ -86,7 +97,8 @@ BUILD_OPUS
values: 0 (don't build opus), 1 (do build opus), default value: 1
BUILD_UPNP
value: 0 (don't build upnp), 1 (do build upnp), default value: 1
values: 0 (don't build upnp), 1 (do build upnp), default value: 1
If you encounter troubles with the make clean target and you are using the 8e android ndk, the solution can be found here: https://groups.google.com/forum/?fromgroups=#!topic/android-ndk/3wIbb-h3nDU
When using the ndk-r9b or ndk-r9c you may have an issue when compiling with x264. If so, use ndk-r9 instead.
BUILD_OPENSLES_SOUNDCARD
values: 0 (don't build ms2 opensles soundcard, requiered to be able to run the app on Android 2.2), 1 (do build ms2 opensles soundcard, used on Android >= 4.4 devices)
default value: 1