Skip to content

Instantly share code, notes, and snippets.

@arcturus
arcturus / gaia.txt
Created May 21, 2012 20:34
Compiling gaia
# Clone the official gaia repo, or just clone it
git clone https://github.com/mozilla-b2g/gaia.git
cd gaia
# Make will 'build the project'.
# This means that the app cache manifest for each app will be create automatically (for those that have a manifest.webapp)
# Offline cache will be build with the current apps
# The user profile will be fill with the relevant information and the permissions per application
make