Confirmed users
188
edits
m (→Download) |
m (→Download) |
||
Line 19: | Line 19: | ||
==== Download ==== | ==== Download ==== | ||
Clone and build mozilla central with the --enable-debug flag by following [https://developer.mozilla.org/en/docs/Developer_Guide/Source_Code/Mercurial this tutorial]. The building might take around 20 minutes on a 8 core computer. | Clone and build mozilla central with the --enable-debug flag by following [https://developer.mozilla.org/en/docs/Developer_Guide/Source_Code/Mercurial this tutorial]. The building might take around 20 minutes on a 8 core computer. You would have something like that : | ||
> pwd | > pwd | ||
/repos/ | /repos/ | ||
Line 26: | Line 26: | ||
> echo "--enable-debug" > firefox_debug.mozconfig | > echo "--enable-debug" > firefox_debug.mozconfig | ||
> export MOZCONFIG="/repos/mozilla-central/firefox_debug.mozconfig" | > export MOZCONFIG="/repos/mozilla-central/firefox_debug.mozconfig" | ||
> mach build | > ./mach build | ||
==== Run it ==== | ==== Run it ==== |