Updated README
This commit is contained in:
parent
c4d2d47cfa
commit
95ac83711a
1 changed files with 5 additions and 0 deletions
5
README
5
README
|
@ -18,6 +18,11 @@ To build liblinphone for Android, you must:
|
||||||
$ make linphone-sdk
|
$ make linphone-sdk
|
||||||
6) (Optional) To generate a libmediastreamer2 SDK zip containing a full jar and native libraries, run
|
6) (Optional) To generate a libmediastreamer2 SDK zip containing a full jar and native libraries, run
|
||||||
$ make mediastreamer2-sdk
|
$ make mediastreamer2-sdk
|
||||||
|
7) (Optional) To generate a signed apk to publish on the Google Play, run
|
||||||
|
$ make release
|
||||||
|
It will ask you for the version number that will be displayed in the about page of the app.
|
||||||
|
Make sure you filled the ant.properties values for key.store and key.alias in order to correctly
|
||||||
|
sign the generated apk (it will ask you the password during the process)
|
||||||
|
|
||||||
To run the tutorials:
|
To run the tutorials:
|
||||||
1) open the res/values/non_localizable_custom.xml file and change the value of the show_tutorials_instead_of_app to true.
|
1) open the res/values/non_localizable_custom.xml file and change the value of the show_tutorials_instead_of_app to true.
|
||||||
|
|
Loading…
Reference in a new issue