Confirmed users
51
edits
No edit summary |
(→Building: adding mozconfig info for apz) |
||
| Line 24: | Line 24: | ||
<li>Clone the repository containing the fonts used in FirefoxOS from https://github.com/mozilla-b2g/moztt somewhere and create a symlink or move it to `$topsrcdir/moz-tt` where m`$topsrcdir` is the Mozilla source tree clone.</li> | <li>Clone the repository containing the fonts used in FirefoxOS from https://github.com/mozilla-b2g/moztt somewhere and create a symlink or move it to `$topsrcdir/moz-tt` where m`$topsrcdir` is the Mozilla source tree clone.</li> | ||
<li>Clone the Gaia repository from https://github.com/mozilla-b2g/gaia.git and create a symlink or move it to `$topsrcdir/gaia` where `$topsrcdir` is the Mozilla source tree clone.</li> | <li>Clone the Gaia repository from https://github.com/mozilla-b2g/gaia.git and create a symlink or move it to `$topsrcdir/gaia` where `$topsrcdir` is the Mozilla source tree clone.</li> | ||
<li>Create a mozconfig and include `ac_add_option --enable-application=mobile/android/b2gdroid`. | <li>Create a mozconfig and include `ac_add_option --enable-application=mobile/android/b2gdroid` and `ac_add_options --enable-android-apz | ||
`. | |||
<li>Run `mach configure`, `mach build`, `mach package` and finally, with an Android device attached, `mach install` to install the APK to the device.</li> | <li>Run `mach configure`, `mach build`, `mach package` and finally, with an Android device attached, `mach install` to install the APK to the device.</li> | ||
</ol> | </ol> | ||