Changes

Jump to: navigation, search

User:Moe/Assignment1

667 bytes added, 19:16, 17 September 2006
''':''' Research
== ''':''' Research ==
:I chose to build Firefox using the release 1.5.0.6 source which was available online on the mozilla release [http://releases.mozilla.org/pub/mozilla.org/firefox/releases/1.5.0.6/source/ website]. I downloaded firefox-1.5.0.6-source.tar.bz2 and then extracted the content of thearchive into /Users/Moe/proj/.
::'''My .mozconfig settings'''
:{| class="fullwidth-table"
|-
|class="header" width="5%"|
|class="header" width="95%"|
|-
 
|-
 
|
|
<pre>
sudo gcc_select 3.3
export MOZCONFIG=~/proj
. $topsrcdir/browser/config/mozconfig
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/ff-opt-static
ac_add_options --with-macos-sdk=/Developer/SDKs/MacOSX10.4u.sdk
ac_add_options --enable-optimize
ac_add_options --disable-debug
ac_add_options --enable-static
ac_add_options --disable-shared
ac_add_options --disable-tests
mk_add_options MOZ_CO_PROJECT=browser
ac_add_options --enable-application=browser
</pre>
|-
|}
:At first I had decided to build Firefox using Visual Studio 2005 on Windows XP. No knowing where to start I did what I usually do when I don’t have a clue about something. I googled it. Using the following search query “build Firefox using visual studio” in google I was directed to [http://cs.senecac.on.ca/~david.humphrey/writing/firefox-win32-build.html].
1
edit

Navigation menu