Changes

Jump to: navigation, search

B2gdroid

596 bytes added, 23:59, 17 September 2015
Building: Initial steps for building - including note on required patch for mozboot
== Building ==
<ol>
<li>Clone the Mozilla source tree</li>
 
<pre>$ hg clone https://hg.mozilla.org/mozilla-central</pre>
 
<li>In the Mozilla source tree, run `./mach bootstrap` and select build "Firefox for Android". This will install the necessary Android SDKs and the Android NDK.</li>
 
<pre>
$ cd mozilla-central
$ ./mach bootstrap
Please choose the version of Firefox you want to build:
1. Firefox for Desktop
2. Firefox for Android
Your choice:
2
</pre>
 
(For this step to install all the necessary tools you need the patch here: https://bugzilla.mozilla.org/show_bug.cgi?id=1205405)
</ol>
 
TODO
10
edits

Navigation menu