Confirmed users
210
edits
Espressive (talk | contribs) |
Espressive (talk | contribs) m (→Nightly Builds) |
||
| Line 16: | Line 16: | ||
B2G Desktop is a desktop build of the B2G app runtime used on devices where all apps should run as they would on a device, including the homesreen. | B2G Desktop is a desktop build of the B2G app runtime used on devices where all apps should run as they would on a device, including the homesreen. | ||
=== | === Aurora Builds (v1 everyone should use this) === | ||
You can download an Aurora build of B2G Desktop from [http://ftp.mozilla.org/pub/mozilla.org/b2g/nightly/latest-mozilla-aurora/ http://ftp.mozilla.org/pub/mozilla.org/b2g/nightly/latest-mozilla-aurora/] for Linux, OS X and Windows. | |||
Aurora/Nightly builds include gaia by default, and they should just run out of the box. This is done by using a wrapper program. When a profile is bundled with the nightly build (GAIADIR specified in the mozconfig), the binary 'b2g' is a wrapper program and 'b2g-bin' is the actual b2g binary. | |||
If you want to modify Gaia, you will need to separately clone and "build" Gaia: | |||
If you want to modify | |||
$ git clone git://github.com/mozilla-b2g/gaia.git gaia | $ git clone git://github.com/mozilla-b2g/gaia.git gaia | ||