本帖最后由 hechengjin 于 2015-10-10 15:55 编辑
一、克隆我的代码库Exmail项,以作为子模块的形式使用 .
1.登录github.org [以wyyt@outlook.com 账号为示例clone主账号hechengjin@]
2.搜索exmail
3.在结果中查找
4.进入后 fork
5.fork后获取https clone URL
如:https://github.com/wyyt/ExMail.git 其中 wyyt为自己注册的github账号名
6.本机上安装 Git 和 TortoiseGit后
clone自己的分支代码
编译
1.前提准备 VS 2010 2.编译 a.32位编译 在构造工具包mozilla-build下运行 start-msvc10.bat
从mingw下进入源码路径 ..\ExMail
运行: make –f client.mk build 第一次编译时间大概在2-3个小时左右 b.64位编译 在构造工具包mozilla-build下运行 start-msvc10-x64.bat (VS 2010) 从mingw下进入源码路径..\ExMail 用.mozconfig_release_64里的内容重写.mozconfig中的内容
运行: make –f client.mk build
4.运行 编译成功后运行 .\ExMail\obj_Firemail\mozilla\dist\bin\firemail.exe
|