Gaia/Hacking: Difference between revisions

Jump to navigation Jump to search
m
use git:// for repo URLs (they are faster than HTTP)
m (use git:// for repo URLs (they are faster than HTTP))
Line 11: Line 11:


   # Clone the main gaia repository and generate a default set of apps/permissions
   # Clone the main gaia repository and generate a default set of apps/permissions
   git clone https://github.com/mozilla-b2g/gaia gaia
   git clone git://github.com/mozilla-b2g/gaia.git gaia
   cd gaia
   cd gaia
   DEBUG=1 make
   DEBUG=1 make
Line 63: Line 63:
<pre class="_fck_mw_lspace"> hg clone http://hg.mozilla.org/mozilla-central src
<pre class="_fck_mw_lspace"> hg clone http://hg.mozilla.org/mozilla-central src
If you encounter an 'Command not found hg' you need to install Mercurial: https://developer.mozilla.org/en/Installing_Mercurial
If you encounter an 'Command not found hg' you need to install Mercurial: https://developer.mozilla.org/en/Installing_Mercurial
git clone https://github.com/mozilla-b2g/gaia gaia
git clone git://github.com/mozilla-b2g/gaia.git gaia
</pre>
</pre>
<h3> Update the code after the first time </h3>
<h3> Update the code after the first time </h3>
canmove, Confirmed users
409

edits

Navigation menu