|
| 如何自己编译firefox by firefox |
| 准备编译环境,需要安装 cygwin的unix模拟环境,下载cygwin,在default安装之外,需要选择安装如下包:
* cvs
* cygutils
* make
* patch
* patchutils
* perl
* unzip
* zip
如果你不是通过CVS下载代码,cvs可以不装,不过考虑到必须通过cvs下载locals文件,还是装了吧。
如果使用微软编译器(官方发布的就是使用微软编译器) ,建议用VC 6 + SP5 + Visual C++ Processor Pack.
如果使用vc7和.net编译器,还要做一些设定,此处暂时不讲。安装vc6的 ... |
| www.geekaa.com/topic/view/296.html - 2007年11月11日 |
|
| GNU GPL(GNU General Public License 通用公共许可证) by firefox |
| (简体中文参考版) 1991年6月,第二版
(原文出处: http://www.gnu.org/copyleft/gpl.html)
著作权所有 (C) 1989,1991 Free Software Foundation, Inc.
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
允许每个人复制和散布本授权文件的完整副本,但不允许对它进行任何修改。
声明
This is an unofficial translation of the GNU General Public License into Chinese. It wa ... |
| www.geekaa.com/topic/view/290.html - 2007年11月9日 |
|
| 如何实现vc每次编译版本的自动增加 by xman |
| How to increment version information after each build in Visual C++
SUMMARY
Visual C++ doesn't have a feature to automatically increment the version resource information of your project after each build. This article describes one way to provide such a feature.
MORE INFORMATION
You can write a pr ... |
| www.geekaa.com/topic/view/133.html - 2007年9月14日 |
|
|