Changes

Jump to: navigation, search

User:Mckwan/Assignment1

3 bytes added, 20:11, 18 September 2006
no edit summary
==Steps to Build Firefox==
* Configure environment variables by create a script called buildsetup.bat in C:\assignment1. (the following code from David's website)<pre>
@echo off
rem --- moztools comes last after glib/libIDL
SET PATH=%PATH%;%MOZ_TOOLS%\bin
</pre>* Run buildsetup.bat in C:\assignment1.* Login to the mozilla CVS repository in C:\assignment1, type anonymous as password when prompted.
C:\assignment1> cvs login
* Check out the build script
C:\assignment1> cvs co mozilla/browser/config mozilla/client.mk
this will create mozilla directory within C:\assignment1
* create a text file .mozconfig in mozilla (the following code from David's website)
# Building Firefox Trunk with Debugging
. $topsrcdir/browser/config/mozconfig
1
edit

Navigation menu