1
edit
Changes
→Check out mozilla source
*Note that I have disabled static build, meaning my Firefox will build dynamically: <pre>ac_add_options --disable-static</pre> A static build is one that doesn't need external libraries to run. To run a build dynamically, you require all the development libraries and so on installed. A static build takes more time than a dynamic build.
5. Get the full source from CVS(By default, you will build HEAD, which is Firefox 3.0):
<pre>
$cd \proj\mozilla