Difference between revisions of "Assignment 1 paul"

From CDOT Wiki
Jump to: navigation, search
 
Line 1: Line 1:
 +
This is my first experience in building such a big application. It took me a lot of time to do the research, I went to Google, went to ChatZilla, and went to blog, tried to get help. The following are my steps to build FireFox.
 +
 
== Steps to build Mozilla firefox ==
 
== Steps to build Mozilla firefox ==
 +
 +
Here are the steps that I took to build Firefox under Windows with Visual Studio 2005 on my machine.
 +
 +
 +
Step 1: Install VS.NET 2005 by default.
 +
 +
 +
Step 2: Install GNU Tools for Microsoft Windows (Cygwin)
 +
[http://ftp.mozilla.org/pub/mozilla.org/mozilla/libraries/win32/moztools-static.zip]
 +
. Cywin is a Linux-like environment for Windows. It includes many utilities that are used to build firefox, such as gawk, perl, zip, and make. When selecting packages, you must make sure the version of make is 3.80.

Revision as of 20:36, 19 September 2006

This is my first experience in building such a big application. It took me a lot of time to do the research, I went to Google, went to ChatZilla, and went to blog, tried to get help. The following are my steps to build FireFox.

Steps to build Mozilla firefox

Here are the steps that I took to build Firefox under Windows with Visual Studio 2005 on my machine.


Step 1: Install VS.NET 2005 by default.


Step 2: Install GNU Tools for Microsoft Windows (Cygwin) [1] . Cywin is a Linux-like environment for Windows. It includes many utilities that are used to build firefox, such as gawk, perl, zip, and make. When selecting packages, you must make sure the version of make is 3.80.