building Mozilla (was RE: [vox-tech] stable web browser?!?)
Gabriel Rosa
vox-tech@lists.lugod.org
Wed, 16 Jan 2002 16:32:17 -0800 (PST)
here's mine --
# sh
# Build configuration script
#
# See http://www.mozilla.org/build/unix.html for build instructions.
#
# Options for 'configure' (same as command-line options).
ac_add_options --disable-xprint
ac_add_options --disable-logging
ac_add_options --disable-mailnews
ac_add_options --disable-tests
ac_add_options --disable-accessibility
ac_add_options --enable-optimize=-O3
ac_add_options --disable-debug
ac_add_options --enable-strip-libs
ac_add_options --enable-elf-dynstr-gc
ac_add_options --enable-crypto
ac_add_options --disable-jsd
ac_add_options --disable-ldap
---
with this in ~/.mozconfig, you should be able to just run ./configure and then
make.
On Wed, 16 Jan 2002, Holland, Matt wrote:
> OK, so now I'm interested in building Mozilla... a non-debug, optimized
> version as Gabe suggested. I downloaded the source for 0.9.5, read the Unix
> build docs on mozilla.org, and still find myself a bit at a loss. Any
> chance someone could post an example .mozconfig file with some comments on
> which options to worry about?
>