Confirmed users
428
edits
(Updated the build instructions to reflect the native b2g bootstrap and modified the default mozconfig file) |
(Fixed the desktop instructions) |
||
| Line 80: | Line 80: | ||
<pre>hg clone https://hg.mozilla.org/projects/kaios</pre> | <pre>hg clone https://hg.mozilla.org/projects/kaios</pre> | ||
Bootstrap your build environment via mach | Bootstrap your build environment via mach | ||
<pre>./mach bootstrap --application-choice | <pre>./mach bootstrap --application-choice browser</pre> | ||
Build using the <code>mozconfig-b2g-desktop</code> configuration (feel free to tweak it to suite your purposes): | Build using the <code>mozconfig-b2g-desktop</code> configuration (feel free to tweak it to suite your purposes): | ||
<pre>env MOZCONFIG=mozconfig-b2g-desktop ./mach build</pre> | <pre>env MOZCONFIG=mozconfig-b2g-desktop ./mach build</pre> | ||