build - Building liblinphone for Android -


i building linphone application android. using windows xp 32 bit.

1) download android ndk 2) installed autotools: autoconf, automake, aclocal, libtoolize pkgconfig 3) run ./prepare_sources.sh/

i got output in terminal

$ ./prepare_sources.sh /cygdrive/d/android/androidndk/android-ndk-r8d using /cygdrive/d/android/androidndk/android-ndk-r8d android ndk ./prepare_sources.sh: line 23: git: command not found applying patch ffmpeg can't find file patch @ input line 3 perhaps used wrong -p or --strip option?

the text leading was:

|--- submodules/externals/ffmpeg/libavcodec/arm/int_neon.s.orig 2011-09-30 19:43:21.935593025 +0200

|+++ submodules/externals/ffmpeg/libavcodec/arm/int_neon.s 2011-09-30 19:44:21.115168033 +0200

file patch:

any info, questions or highly appreciated

according readme in root dir of linphone-android don't need run prepare_sources.sh, remaining steps run "make" , "make install":

linphone android
**************

to build liblinphone android, must:
0) download android sdk platform-tools , tools updated latest revision (at least api 16 needed), add both 'tools' , 'platform-tools' folders in path.
1) download android ndk (>=r8b) google , add path.
2) install autotools: autoconf, automake, aclocal, libtoolize, pkgconfig 2bis) on 64 bits systems you'll need ia32-libs package
3) run makefile script in top level directory. download ilbc source files , convert assembly files in vp8 project.
$ make
4) install generated apk plugged device, run
$ make install


Comments