- 1、本文档共6页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
XP下编译linphone
Software to install 该文档2011年3月3日星期四 实际编译可行
*******************该文档与源码linphone-3.4.1.tar.gz文件夹内的README.mingw相对应,当进行各项设置后如果出错,请先重启msys然后再调试错误。
1、Download lastest mingw-get-inst.exe from 我从官网(/projects/mingw/files/ )上下载到的是mingw-get-instexe
以默认路径安装 C:\MinGW
Run mingw-get-inst.exe. Choose download lastest catalogues.
In the feature list, select:
* C compiler
* C++ compiler
* Mingw developer toolkit
Let the installer fetch and install everything.
2、In mingw shell, run(安装完成后,打开 C:\MinGW\msys\1.0\msys.bat 依次执行一下命令)
mingw-get install msys-zip
mingw-get install msys-unzip
mingw-get install msys-wget
mkdir -p /opt/perl/bin
cp /bin/perl /opt/perl/bin/.
3、cd ~
#Download intltool
wget http://ftp.acc.umu.se/pub/GNOME/binaries/win32/intltool/0.40/intltool_0.40.4-1_win32.zip
(intltool_0.40.4-1_win32.zip下载后存储位置 C:\MinGW\msys\1.0\home\hxcx )
Download lastest linphone-deps-win32 zip from
/releases-noredirect/linphone/misc
using your browser.
( linphone-deps-win32-110207.zip 须下载必威体育精装版版本,这候下载的必威体育精装版版本)
Download lastest gtk+ win32 bundle from ,进入 - Download页面,页面底部选择对应的操作系统,
点击进入,进入页面文件较多,但我们可以下载一个集成包,这儿有两个集成包
,我下载的是2.22版本的;
Install all these three package in /:
cd / (安装上文下载的3个文件,最终结果是要把3个文件释放到C:\MinGW\msys\1.0目录下)
unzip ~/intltool_0.40.4-1_win32.zip
unzip path to gtk bundle zip
unzip path to linphone-deps
4、#Install GTK+ Outcrop theme, the one used by linphone for distribution.
cd /share/themes
wget /download/themes/gtk2/1122/GTK2-Outcrop.tar.gz
tar -xvzf GTK2-Outcrop.tar.gz
5、#Remove the special stdint.h and inttypes.h included in linphone-deps: it is for MSVC only.
#Mingw will use the one in /mingw/include
rm /include/stdint.h /include/inttypes.h
#Remove libgcc specific libraries, only needed for MSVC:
rm /lib/libgcc.a /lib/libmingw32.a /lib/libmingwex.a
#Remove libintl from gtk, we dont need it and it conflicts with the one supplied by mingw.
rm /lib/libintl.dll.a
rm /include/libintl.h (此处与文档README.mingw原文intl.h ,实际操作后我认为是原文错了)
6、*
您可能关注的文档
最近下载
- 2024年广东省中考英语试题(含听力音频和答案).docx VIP
- 公务员制度导论-孙德超-第4章 公务员分类管理制度.ppt VIP
- 五年级下册数学应用易错题.docx VIP
- 智慧税务服务综合管理系统方案.docx VIP
- 公务员制度导论-孙德超-第5章 公务员录用制度.ppt VIP
- 运营车辆停运费诉状范文范例.docx VIP
- 2024江苏省句容市《质量员之设备安装质量基础知识》资格考试必背200题完整题库(基础题).docx VIP
- 玩转手机银行APP.doc VIP
- 纳米材料与纳米技术 课件全套 第1--7章 纳米材料的结构单元---先进纳米加工技术.pptx
- 网约车停运费诉状模板范文范例.docx VIP
文档评论(0)