Confirmed users
394
edits
Benfrancis (talk | contribs) (Updated links to new GitHub repository) |
Benfrancis (talk | contribs) (Updated instructions to get source code) |
||
| Line 63: | Line 63: | ||
=== Building the Prototype === | === Building the Prototype === | ||
You can run and debug the prototype tablet chrome on a desktop PC using [https://wiki.mozilla.org/Mulet Mulet] as a development environment. Building Mulet is much the same as [https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Build_Instructions/Simple_Firefox_build building Firefox] so you'll need to make sure you have all the Firefox build pre-requisites installed. | |||
First clone the GitHub repository (this is a | First clone the [https://github.com/mozilla-b2g/gecko-tablet/ GitHub repository] (this is a clone of [https://github.com/mozilla/gecko-dev mozilla-central] on GitHub, it's best to create your own [https://help.github.com/articles/fork-a-repo/ fork] of the [https://github.com/mozilla-b2g/gecko-tablet/ gecko-tablet] repository to checkout if you want to submit pull requests): | ||
$ git clone https://github.com/mozilla-b2g/gecko-tablet.git | $ git clone https://github.com/mozilla-b2g/gecko-tablet.git | ||