76
edits
(→Setup) |
|||
| Line 4: | Line 4: | ||
== Setup == | == Setup == | ||
=== Step one: Build Native Fennec === | ==== Step one: Build Native Fennec ==== | ||
* First [https://developer.mozilla.org/en/Mozilla_Source_Code_%28Mercurial%29| grab the source] | * First [https://developer.mozilla.org/en/Mozilla_Source_Code_%28Mercurial%29| grab the source] | ||
* Then [https://wiki.mozilla.org/Mobile/Fennec/Android_OtherBuildEnvs| setup your build environment] | * Then [https://wiki.mozilla.org/Mobile/Fennec/Android_OtherBuildEnvs| setup your build environment] | ||
* Finally, build with the command <pre>make -f client.mk</pre> in the source directory | * Finally, build with the command <pre>make -f client.mk</pre> in the source directory | ||
=== Step two: Build Firefox (Necessary for XPCShell) === | ==== Step two: Build Firefox (Necessary for XPCShell) ==== | ||
* Follow [https://developer.mozilla.org/En/Simple_Firefox_build| these instructions]; the source used here, although the same as Fennec's, should live in a separate folder | * Follow [https://developer.mozilla.org/En/Simple_Firefox_build| these instructions]; the source used here, although the same as Fennec's, should live in a separate folder | ||
=== Step three: Install Native Fennec === | ==== Step three: Install Native Fennec ==== | ||
Run the following commands in sequence, from the Fennec source directory: | Run the following commands in sequence, from the Fennec source directory: | ||
<pre>cd {objdir} | <pre>cd {objdir} | ||
edits