Open main menu

CDOT Wiki β

Changes

Liz Chak Assignment 1

58 bytes added, 06:09, 16 September 2006
no edit summary
=Configuration=
Here are the steps that I took to configure the environment for the Firefox build:
==Configure the environment==
# Make a directory for the source and build system:<pre>$mkdir C:\proj</pre>
# Make a directory called <b>moztools</b> in <b>C:\proj\</b>
SET PATH=%PATH%;%MOZ_TOOLS%\bin
</pre>
 
==Check out mozilla code==
#Login to the mozilla CVS repository in <b>C:\proj</b>: <pre>cvs login</pre>
 
=Problems and Solutions=
==Problem: To build the installer makensis is required in your path==
1
edit