1
edit
Changes
no edit summary
#Checkout the build script in <b>C:\proj\</b> <pre>cvs co mozilla/browser/config mozilla/client.mk</pre>
*It takes awhile for the source to get downloaded. Be patient. 4. After source is downloaded successfully, create a text file <b>.mozconfig</b> in the editor of your preference in <b>C:\proj\mozilla</b>
<pre>
# Building Firefox Trunk with Debugging
</pre>
5. Get the full source from CVS:
<pre>
cd \proj\mozilla
make -f client.mk checkout
</pre>
6. Build the source in <b>C:\proj\mozilla</b> <pre>make -f client.mk build</pre>
=Problems and Solutions=