Connected Devices/Projects/Project Tablet: Difference between revisions

Updated links to new GitHub repository
(Build instructions)
(Updated links to new GitHub repository)
Line 60: Line 60:


== Development ==
== Development ==
* The source code for an early prototype of the tablet UI is on GitHub [https://github.com/benfrancis/gecko-dev/tree/master/b2g/chrome here].
The source code for an early prototype of the tablet UI can be found in an [https://github.com/mozilla-b2g/gecko-tablet experimental branch of Gecko on GitHub].
* This is an experimental branch of Gecko which includes the prototype tablet chrome.


=== Building the Prototype ===
=== Building the Prototype ===
Line 68: Line 67:
First clone the GitHub repository (this is a fork of mozilla-central on GitHub, it's best to create your own fork of this repository to checkout if you want to submit pull requests):
First clone the GitHub repository (this is a fork of mozilla-central on GitHub, it's best to create your own fork of this repository to checkout if you want to submit pull requests):


  $ git clone https://github.com/benfrancis/gecko-dev.git
  $ git clone https://github.com/mozilla-b2g/gecko-tablet.git
 
Checkout the tablet branch:
 
$ git checkout b2g-tablet


Create a file in the source code directory called "mozconfig" and add the following line to the file:
Create a file in the source code directory called "mozconfig" and add the following line to the file:
Confirmed users
394

edits