1
edit
Changes
Changed linux instructions to mercurial and Firefox 3
== Building on Ubuntu and Fedora ==
Install build pre-requisites for Fedora users:
su -c "yum groupinstall 'Development Tools' 'Development Libraries' 'GNOME Software Development'"
su -c "yum install mercurial"
Install Firefox 3 build prere-requisites for Ubuntu users:
sudo apt-get install build-essential
sudo apt-get build-dep mozillafirefox-firefox Get the makefile instructions to pull the source tree and put it in a directory called mozilla in your home directory:3.0 cd cvs sudo apt-d :pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot co mozilla/client.mkget install mercurial
Checkout the source:
mkdir ~/mozilla
cd ~/mozilla
Create and open a hidden file called .mozconfig in your home directory: