Confirmed users
35
edits
Line 26: | Line 26: | ||
Build Firefox on your own (be warned that this will take longer) | Build Firefox on your own (be warned that this will take longer) | ||
<ol> | |||
<li>Follow the instructions on https://developer.mozilla.org/En/Simple_Firefox_build to prepare your system and to build Firefox</li> | |||
<li>As best create a debug, non-optimized build of Firefox. Here the content of a possible <tt>.mozconfig</tt> file<br> | |||
<pre> | |||
. $topsrcdir/browser/config/mozconfig | . $topsrcdir/browser/config/mozconfig | ||
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj | mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj | ||
Line 36: | Line 38: | ||
ac_add_options --disable-optimize | ac_add_options --disable-optimize | ||
export MOZ_WEBRTC_LEAKING_TESTS=1 | export MOZ_WEBRTC_LEAKING_TESTS=1 | ||
</pre> | |||
</li> | |||
<li>Build Firefox off the mozilla-central branch aka Nightly</li> | |||
</ol> | |||
Other useful webpages are: | Other useful webpages are: |