本文主要是介绍build libjingle for android on ubuntu,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
1. 安装VMware and Ubuntu
http://blog.csdn.net/shuixin536/article/details/8592610
2. 安装android ndk
http://blog.csdn.net/shuixin536/article/details/8606791
3. 下载libjingle for android
http://blog.csdn.net/shuixin536/article/details/8607003
git clone git://github.com/dmonakhov/libjingle-android.git --recursive
4. 编译libjingle for android
cd /opt/libjingle-android/submodules/externals/build
cp srtp/Android.mk ../srtpcp srtp/config.h ../srtp
#cp srtp/config.h ../srtp/crypto/include
cd libjingle-android cd jni ndk-build -j8
这篇关于build libjingle for android on ubuntu的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!