Difference between revisions of "Distcc mozilla tutorial"
m (→What is this?) |
(→Requirements) |
||
Line 3: | Line 3: | ||
=Requirements= | =Requirements= | ||
+ | # Window machines. For distcc to be of any use, there should be at least 2 machines | ||
+ | # Cygwin. You will need gcc to build distcc. We built using gcc-3.4.4 | ||
+ | # [http://developer.mozilla.org/en/docs/Windows_Build_Prerequisites Mozilla requirements] | ||
+ | # Patience | ||
+ | |||
=MOZCONFIG= | =MOZCONFIG= | ||
=Environment= | =Environment= | ||
=Check out= | =Check out= | ||
=Build= | =Build= |
Revision as of 14:19, 20 March 2007
What is this?
This is a tutorial to get distcc to compile Mozilla Firefox on cygwin.
Requirements
- Window machines. For distcc to be of any use, there should be at least 2 machines
- Cygwin. You will need gcc to build distcc. We built using gcc-3.4.4
- Mozilla requirements
- Patience