Open main menu

CDOT Wiki β

Changes

Building the Fox

3 bytes added, 01:13, 18 September 2006
Method
# Create a file named .mozconfig and place it in this c:\proj\mozilla directory. This file contains the settings The contents of the this file can be found within the [[#.mozconfig File]] section of the [[#Appendix]]. More information relating to the specifics of this file can be found in the [http://developer.mozilla.org/en/docs/Configuring_Build_Options Configuring Build Options section] of the Windows build guide made available by the [http://developer.mozilla.org Mozilla Developer Center].
# Begin source file download by issuing the following command: make -f client.mk checkout
# Once the above step is completed issue the following command to begin compile the buildsource: make -f client.mk build
=Observations=
1
edit