Difference between revisions of "User:Zghansar"
Line 5: | Line 5: | ||
Visit my wiki page at http://zghansar.wordpress.com/ | Visit my wiki page at http://zghansar.wordpress.com/ | ||
− | + | ||
+ | ---- | ||
+ | |||
+ | September 17th, 08 - Wednesday | ||
+ | |||
+ | So I started my first build, went fairly smooth, just was confused in the beginning about what to download as the pre-requisites for windows. Little bit of reading and got that figured out. | ||
+ | |||
+ | So my Firefox 3.1 build time was for about 50mins, this is the following ".mozconfig" file: | ||
+ | <pre> | ||
+ | # My first mozilla config | ||
+ | mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/../obj-@CONFIG_GUESS@ | ||
+ | ac_add_options --enable-application=browser | ||
+ | mk_add_options MOZ_CO_PROJECT=browser | ||
+ | ac_add_options --enable-libxul | ||
+ | ac_add_options --disable-tests | ||
+ | ac_add_options --disable-mochitest | ||
+ | ac_add_options --disable-vista-sdk-requirements | ||
+ | </pre> | ||
+ | |||
+ | [[Image:zaid_minefield.jpg]] | ||
+ | |||
+ | |||
+ | ---- |
Revision as of 16:52, 18 September 2008
Hello,
This is Zaid Ghansar studying in the OSD600 course in the fall 2008 semester as part of the CPA curriculum.
Visit my wiki page at http://zghansar.wordpress.com/
September 17th, 08 - Wednesday
So I started my first build, went fairly smooth, just was confused in the beginning about what to download as the pre-requisites for windows. Little bit of reading and got that figured out.
So my Firefox 3.1 build time was for about 50mins, this is the following ".mozconfig" file:
# My first mozilla config mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/../obj-@CONFIG_GUESS@ ac_add_options --enable-application=browser mk_add_options MOZ_CO_PROJECT=browser ac_add_options --enable-libxul ac_add_options --disable-tests ac_add_options --disable-mochitest ac_add_options --disable-vista-sdk-requirements