1
edit
Changes
→Steps you took to complete the build
For my build, i used Ubuntu Linux. The main reason for this was so I can become more comfortable using Linux and not become dependent on a specific Operating System. the following steps I performed to build Firefox are the following:
$ sudo apt-get install cvs
cvs -d :pserver:anonymous:anonymous@cvs-mirror.mozilla.org:/cvsroot co -r MOZILLA_1_8_BRANCH mozilla/client.mk
$ cd mozilla
$ make -f client.mk checkout
. $topsrcdir/browser/config/mozconfig
$ make -f client.mk build
$ cd dist/bin/
$ ./firefox