Files

I'm no longer doing the nightly builds, but here are the files that I used to create them. I occasionally still use them, but don't be suprised if they don't work out of the box.

If you want to download and try Firefox (you really should) click the icon on the left.

.mozconfig
This is the .mozconfig file that sets the configuration. Save it as .mozconfig in the mozilla source directory, or in your home (~/) directory.
.mozconfig.debug
This is the .mozconfig file that sets the configuration for debug builds. Save it as .mozconfig in the mozilla source directory, or in your home (~/) directory.
mozmake
This is the Perl script that I use to build and make the package. You'll have to edit this file if you want it to work, especially the user configuration section. I know that there are about 100 ways this script could be better. Please don't send me patches/suggestions/whatever on this script. It works for me just fine, and I don't care if it could be better.