This is a guide for compiling firefox 1.5.* on Ubuntu Breezy 5.10. 1. Install necessary development packages:{{{ $ sudo apt-get install build-essential libgtk2.0-dev libidl-dev libxt-dev libgnomevfs2-dev }}} 1. Download and extract firefox source tar ball:{{{ $ wget \ http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/1.5.0.1/source/firefox-1.5.0.1-source.tar.bz2 $ tar jxvf firefox-1.5.0.1-source.tar.bz2 $ cd mozilla }}} 1. Create the .mozconfig file in the firefox source directory:{{{ $ cat > .mozconfig <