Fix README: sdk must be build with "make liblinphone-android-sdk"
This commit is contained in:
parent
d483965f36
commit
3cba8ed002
4 changed files with 5 additions and 6 deletions
3
Makefile
3
Makefile
|
@ -554,8 +554,7 @@ veryclean: clean clean-ffmpeg clean-x264 clean-openh264 clean-vpx clean-matroska
|
||||||
|
|
||||||
.PHONY: clean install-apk run-linphone
|
.PHONY: clean install-apk run-linphone
|
||||||
|
|
||||||
generate-sdk: generate-apk
|
generate-sdk: liblinphone-android-sdk
|
||||||
ant liblinphone-android-sdk
|
|
||||||
|
|
||||||
liblinphone-android-sdk: generate-apk
|
liblinphone-android-sdk: generate-apk
|
||||||
ant liblinphone-android-sdk
|
ant liblinphone-android-sdk
|
||||||
|
|
4
README
4
README
|
@ -12,10 +12,10 @@ To build liblinphone for Android, you must:
|
||||||
aptitude install libstdc++6:i386 libgcc1:i386 zlib1g:i386 libncurses5:i386
|
aptitude install libstdc++6:i386 libgcc1:i386 zlib1g:i386 libncurses5:i386
|
||||||
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.
|
||||||
$ make
|
$ make
|
||||||
4) To install the generated apk into a plugged device, run
|
4) (Optional) To install the generated apk into a plugged device, run
|
||||||
$ make install
|
$ make install
|
||||||
5) (Optional) To generate a liblinphone SDK zip containing a full jar and native libraries, run
|
5) (Optional) To generate a liblinphone SDK zip containing a full jar and native libraries, run
|
||||||
$ make linphone-sdk
|
$ make liblinphone-android-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
|
7) (Optional) To generate a signed apk to publish on the Google Play, run
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit c5129013f5b59ebbe269270de79f9f7d173d6edc
|
Subproject commit 0837e201b8add7b91c149e701a2b637d6c1da74a
|
|
@ -1 +1 @@
|
||||||
Subproject commit c8bd7e1007c466d5f244c0e82e8d8e5ebb563c2f
|
Subproject commit 9cdd062f48b16232dea32b8c4f94d079c9912c1c
|
Loading…
Reference in a new issue