Changes

Jump to: navigation, search

Distcc mozilla tutorial

86 bytes added, 17:41, 20 March 2007
no edit summary
Checkout, build, and install the distcc source
''<pre> svn co svn://cdot.senecac.on.ca/distcc/trunk''<br>'' cd trunk && ./configure && make && make install''</pre>
=MOZCONFIG=
'''Note the last line''', which is required for any MOZCONFIG file that wants to build using distcc.
mk_add_options MOZ_OBJDIR=/cygdrive/c/home/cesar/mozobj ac_add_options --enable-application=browser ac_add_options --enable-optimize ac_add_options --disable-debug ac_add_options --enable-debugger-info-modules=no mk_add_options MOZ_CO_PROJECT=browser mk_add_options MOZ_MAKE_FLAGS="CC='distcc cl' CXX='distcc cl' -j4"
=Environment=
Start the distcc daemon. The only thing you need to change is who is allowed to use the daemon. You can use space-delimited list of ip addresses, or specify the CIDR mask of an entire subnet.
''<pre> distccd --allow "'10.0.0.0/24" ' --daemon'''</pre>
1
edit

Navigation menu