Newly built firefox looks like mozilla

Discussion about official Mozilla Firefox builds
Post Reply
User avatar
raghu
Posts: 27
Joined: February 25th, 2003, 12:07 am
Contact:

Newly built firefox looks like mozilla

Post by raghu »

I built firefox 0.8 from the official source release. I enabled gtk2 and xft support in the .mozconfig file. The newly built firefox does not look like the official binary release of firefox. The menu items have changed locations, chatzilla and composer got included etc. The package size is larger too. I wanted a browser with the look and feel of firefox 0.8 with similar package size but built with gcc2.

Can I get the .mozconfig file used to build binary release of firefox-gtk2-xft-0.8?
.
Posts: 338
Joined: November 8th, 2002, 10:23 pm

Post by . »

use something like this:

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-mailnews
ac_add_options --disable-composer
ac_add_options --disable-ldap
ac_add_options --enable-strip
ac_add_options --enable-strip-libs
ac_add_options --enable-optimize="-Os -mpu=i686 -pipe"
ac_add_options --enable-extensions=default,-inspector,-irc,-venkman,-content-packs,-help
ac_add_options --without-system-nspr
ac_add_options --without-system-jpeg
ac_add_options --without-system-zlib
ac_add_options --without-system-png
ac_add_options --enable-xft
ac_add_options --enable-default-toolkit=gtk2
User avatar
raghu
Posts: 27
Joined: February 25th, 2003, 12:07 am
Contact:

Post by raghu »

Thanks a lot. It worked.
Post Reply