DevTools/Hacking: Difference between revisions

→‎First Build: remove mention to inbound to avoid confusions and also it's going away
(https://hg.mozilla.org/mozilla-central/rev/3b90d45a2bbc#l3244.2)
(→‎First Build: remove mention to inbound to avoid confusions and also it's going away)
Line 5: Line 5:
== First Build ==
== First Build ==


Follow the instructions on [https://developer.mozilla.org/En/Simple_Firefox_build how to build Firefox].
Follow the instructions on [https://developer.mozilla.org/En/Simple_Firefox_build how to build Firefox]. Roughly:
 
(If you want to work with the very latest code, you will need to use:
 
hg clone http://hg.mozilla.org/integration/mozilla-inbound
 
Instead of:


  hg clone http://hg.mozilla.org/mozilla-central
  hg clone http://hg.mozilla.org/mozilla-central
./mach build


but for most purposes a mozilla-central clone is fine.)
For your first build, this should do the trick. If you are going to be building a lot, you may want to set up your [https://developer.mozilla.org/en-US/docs/Configuring_Build_Options .mozconfig file].
 
For your first build, running <code>./mach build</code> should do the trick after you get the source code. If you are going to be building a lot, you may want to set up your [https://developer.mozilla.org/en-US/docs/Configuring_Build_Options .mozconfig file].


== First Run ==
== First Run ==
Confirmed users
100

edits