canmove, Confirmed users
409
edits
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 | 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 | 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> | ||