Open main menu

CDOT Wiki β

Changes

Building the Fox

24 bytes added, 14:52, 18 September 2006
Observations
I was still unable to logon to CVS. I was getting error messages saying that the CVS root was not specified even though I was issuing the commands specified in the Mozilla build documentation: cvs -d :pserver:anonymous:anonymous@cvs-mirror.mozilla.org:/cvsroot co mozilla/browser/config/mozconfig
I found the answer to this problem in ;[[User:David.humphrey|Professor HumphreysHumphrey's]][http://cs.senecac.on.ca/~david.humphrey/writing/firefox-win32-build.html Guide guide to building Firefox on Win32]
The next hurdle was determining do after downloading the source. I spent a great deal of time at this juncture trying to extract various archives of the newly downloaded source via the Cygwin command prompt in a effort to start the build. I scoured through all the folders looking for an installer or build file. The most worrying part of this excercise was that I could not find my objdir even though I explicitly specified one in my .mozconfig file (i.e. firefox-objdir). Little did I know that I needed to issue a single command to proceed to the next step: make -f client.mk build which would initiate the build. Many thanks to Liz Chak for providing me with the information required.
1
edit