Getting and Building the Source
UNIX, Windows (gmake), Mac (mach-o)
1. Create a .mozconfig file in your home directory, or in the mozilla directory, containing the following:
export MOZ_PHOENIX=1
mk_add_options MOZ_PHOENIX=1
ac_add_options --enable-crypto
ac_add_options --disable-tests
ac_add_options --disable-debug
ac_add_options --disable-composer
ac_add_options --enable-optimize=-O2
ac_add_options --disable-ldap
ac_add_options --disable-mailnews
ac_add_options --enable-extensions=cookie,xml-rpc,xmlextras,p3p,pref,transformiix,universalchardet,typeaheadfind,webservices
Note: DO NOT USE --enable-optimize=-O2 on Windows. There are bugs. Simply use --enable-optimize.
2. Pull from CVS and build as described in the Mozilla build instructions.
3. Run the MozillaFirebird executable that is left in dist/bin
Оце таке...