Chinaunix首页 | 论坛 | 博客
  • 博客访问: 23282
  • 博文数量: 16
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 155
  • 用 户 组: 普通用户
  • 注册时间: 2014-07-27 17:14
个人简介

博客开通

文章分类

全部博文(16)

文章存档

2014年(16)

我的朋友

分类: C/C++

2014-08-08 19:34:00

thunderbird17.0.8编译
源码下载:解压源码
在mingw下用 tar -xjvf thunderbird-17.0.8.source.tar.bz2解压,尽量不要用windows下的rar
D:\OfficialThunderbirdSrc\comm-esr17

编译
从mingw下进入解压目录..\ comm-esr17
进入对应的源码解压目录,创建.mozconfig文件 写入如下内容
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj_thunderbird

ac_add_options --enable-application=mail

ac_add_options --enable-calendar
ac_add_options --disable-optimize

运行: make –f client.mk build
单独编译suite
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj_suite
ac_add_options --enable-application=suite

要编译xulrunner和firefox要到下面源码目录
.\comm-esr17\mozilla
配置.mozconfig
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj_firefox

ac_add_options --enable-application=browser

单独编译xulrunner
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj_xulrunner

ac_add_options --enable-application=xulrunner

阅读(614) | 评论(0) | 转发(0) |
0

上一篇:xulrunner

下一篇:XUL

给主人留下些什么吧!~~