Changes

Jump to: navigation, search

Distcc mozilla tutorial

219 bytes added, 17:08, 20 March 2007
reorganized a few things
# [http://developer.mozilla.org/en/docs/Windows_Build_Prerequisites Mozilla requirements]
# Patience
 
=Check out and build=
TODO : NOTE THE PATCH FOR FIREFOX 2.0 BUILDS
 
Checkout, build, and install the distcc source
 
''svn co svn://cdot.senecac.on.ca/distcc/trunk''<br>
''./configure && make && make install''
=MOZCONFIG=
=Environment=
The only required environment variable is DISTCC_CL_HOSTS, which contain a space delimited list of all slave machines. You must set this variable on the master machine (the machine that contains the source code).
''Example :'' export DISTCC_CL_HOSTS="localhost 10.0.0.2 10.0.0.4
-->
=Check out and buildDistcc Daemon=TODO : NOTE THE PATCH FOR FIREFOX 2.0 BUILDS Checkout, build, and install Start the distcc source ''svn co svn://cdotdaemon.senecac.on.ca/distcc/trunk'' ''./configure && make && make install''  Checkout The only thing you need to change is who is allowed to use the mozilla sourcedaemon. Have your MOZCONFIG file set and readyYou can use space-delimited list of ip addresses, and do a ''make -f client.mk build'' on or specify the sourceCIDR mask of an entire subnet.
=Build=''distccd --allow "10.0.0.0/24" --daemon'''
1
edit

Navigation menu