building mozilla firefox on Ubuntu 9.04
a slight update.
You want up update your build dependencies to 3.5
sudo apt-get build-dep firefox-3.5
NEW packages used:
libstartup-notification0-dev
xulrunner-1.9.1
xulrunner-1.9.1-dev
libnotify issues...if you run into these
you will need to install libnotify-dev
not libnotify-bin.
sudo apt-get install libnotify-dev
create a .mozconfig
ref:
https://developer.mozilla.org/en/Configuring_Build_Options
then it builds...in 'mozilla-central'
make -f client.mk build
~/mozilla/mozilla-central/obj*/dist/bin/firefox -Profilemanager -no-remote