建立liblinphone为Android [英] Building liblinphone for Android

查看:797
本文介绍了建立liblinphone为Android的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我建立Linphone会应用为Android。我使用Windows XP的32位。

I am building Linphone application for android. I am using windows xp 32 bit.

1)下载Android NDK 2)安装了自动工具:的autoconf,automake的,aclocal会,libtoolize pkgconfig 3)运行./prepare_sources.sh /

1) Download android ndk 2) Installed the autotools: autoconf, automake, aclocal, libtoolize pkgconfig 3) run the ./prepare_sources.sh/

我在终端输出为

$ ./$p$ppare_sources.sh / cygdrive /天/安卓/ androidNdk / Android的NDK-r8d 用/ cygdrive /天/安卓/ androidNdk / Android的NDK-r8d由于Android NDK ./$p$ppare_sources.sh:第23行:混帐:找不到命令 应用补丁的ffmpeg 无法找到文件,补丁在输入线3 也许你用错了-p或--strip的选择吗?

$ ./prepare_sources.sh /cygdrive/d/android/androidNdk/android-ndk-r8d using /cygdrive/d/android/androidNdk/android-ndk-r8d as android NDK ./prepare_sources.sh: line 23: git: command not found Applying patch to ffmpeg can't find file to patch at input line 3 Perhaps you used the wrong -p or --strip option?

| ---子模块/外部/ ffmpeg的/ libav codeC / ARM / int_neon.S.orig 2011-09-30 19:43:21.935593025 +0200

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

文件打补丁:

任何信息,问题或事情真的是pciated高度AP $ P $

Any info, questions or anything really is highly appreciated

推荐答案

据README在Linphone会,android的根目录,你不需要跑prepare_sources.sh,剩下的步骤,您是运行使和使安装:

               Linphone会为ANDROID
             * 的**的 * 的**的 * 的**的 * 的**的 * *

According to README in root dir of linphone-android you don't need to run prepare_sources.sh, remaining steps for you is to run "make" and "make install":

LINPHONE for ANDROID
**************

要建立liblinphone为Android,你必须:
0)下载Android SDK和平台及工具更新到最新版本(至少16 API需要),然后在您的路径添加两个工具和平台工具文件夹中。
1)从谷歌下载Android NDK(> = R8B),并把它添加到您的路径。
2)安装自动工具:的autoconf,automake的,aclocal会,libtoolize,pkgconfig 2之二)在某些64位系统,你需要的IA32-libs软件包
3)请在顶级目录中的Makefile脚本。这将下载的iLBC源文件,并转换在VP8项目的一些组件文件。
$作
4)要安装APK生成到一个热插拔设备,运行
$ make install的

To build liblinphone for Android, you must:
0) download the Android sdk with platform-tools and tools updated to latest revision (at least API 16 is needed), then add both 'tools' and 'platform-tools' folders in your path.
1) download the Android ndk (>=r8b) from google and add it to your path.
2) install the autotools: autoconf, automake, aclocal, libtoolize, pkgconfig 2bis) on some 64 bits systems you'll need the ia32-libs package
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
4) To install the generated apk into a plugged device, run
$ make install

这篇关于建立liblinphone为Android的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆