Changes

Jump to: navigation, search

User talk:Kwpark1

1,082 bytes added, 17:45, 19 September 2008
no edit summary
== Lab 3: Mozilla Build ==
[http://zenit.senecac.on.ca/wiki/index.php/DPS909_and_OSD600_Fall_2008_Weekly_Schedule#Week_3_.28Sept_15.29_-_Managing_and_Building_large_source_trees Build Firefox 3 on Windows XP Service pack2]
== Result ==
[[Image:MyFirefox.jpg]]
== Prerequisites Checking before install ==This is the prerequisites [http://developer.mozilla.org/en/Windows_Build_Prerequisites checking]
[httpMy Laptop's setting* H/W** CPU:Genuine Intel CPU T2250 @ 1.73GHz** RAM: 512M (512M X 2)** HDD: 30G free of 90G* S//zenitW** Windows XP Pro.senecacSP3** Microsoft Visual Studio 2005** .onNET Framework 2.ca/wiki/index.php/User:Kwpark1 Park, KiWon]0** Microsoft Windows SDK(s) ** MozillaBuild
== Process ==
I did the easiest way of [http://developer.mozilla.org/en/Mozilla_Source_Code_(Mercurial) Mozilla Source Code via Mercurial]
 
* Run batch file <pre>C:\mozilla-build\start-msvc8.bat</pre>
* Install [http://www.gnu.org/software/autoconf/ Autoconf]
* Get the mozilla source code <pre>hg clone http://hg.mozilla.org/mozilla-central/ src</pre>
* Change current dir to src <pre>cd src</pre>
* Configuration <pre>echo 'ac_add_options --enable-application=browser' > .mozconfig </pre><pre>echo 'mk_add_options MOZ_CO_PROJECT=browser' >> .mozconfig</pre>
* Bulid (need around 1Hr) <pre>make -f client.mk build</pre>
* Run firefox <pre>dist/bin/firefox -no-remote -profilemanager</pre>
<b>Sept 16, 2008</b> Created
1
edit

Navigation menu