Open main menu

CDOT Wiki β

Changes

Assignment 1 paul

24 bytes removed, 22:42, 19 September 2006
no edit summary
<b><font style="font-size:120%"> Step 4: </font></b>
Create a build script called ```'''buildenv.bat``` ''' in folder ```'''”C:\proj\”``` ''' to setup the appropriate environment variables and paths.
<pre>
Create a text file named .mozconfig containing following content in “c:\proj\mozilla” from command line.
{| style="background:black; color:white" width=”600”"600"
|-
| C:\proj\mozilla> copy con .mozconfig
Login to the mozilla CVS repository, using the password anonymous.
{| style="background:black; color:white" width=”600”"600"
|-
| C:\> cd c:\proj
|- style="background:black; color:white" width=”600”"600"
| C:\proj> buildenv.bat
|-
Checkout the build script.
{| style="background:black; color:white" width=”600”"600"
|-
| C:\proj> cvs co mozilla/browser/config mozilla/client.mk
Get the full source from CVS:
{| style="background:black; color:white" width=”600”"600"
|-
| C:\proj> cd mozilla
Build the Firefox from source:
{| style="background:black; color:white" width=”600”"600"
|-
| C:\proj\ mozilla> make -f client.mk build
1
edit