hechengjin 发表于 2015-10-19 22:47:05

最新源码下载编辑

本帖最后由 hechengjin 于 2015-11-9 10:45 编辑

https://developer.mozilla.org/en-US/docs/Simple_Thunderbird_build

1.安装 Visual Studio Community 2013或从网盘下载

2.安装 MozillaBuild或从网盘下载http://pan.baidu.com/s/1eQe3D0uMozillaBuildSetup-Latest.exe安装后 运行start-shell-msvc2013.bat

3.下载源码
在命令行中执行如下命令
hg clone http://hg.mozilla.org/comm-central
cd comm-central
python client.py checkout
echo 'ac_add_options --enable-application=mail' > .mozconfig

echo 'ac_add_options --enable-calendar' >> .mozconfig

./mozilla/mach build




hechengjin 发表于 2015-11-17 19:35:01

Downloading Source Archives
页: [1]
查看完整版本: 最新源码下载编辑