Skip to content

Instantly share code, notes, and snippets.

@lightsofapollo
Created June 12, 2012 19:52
Show Gist options
  • Select an option

  • Save lightsofapollo/2919749 to your computer and use it in GitHub Desktop.

Select an option

Save lightsofapollo/2919749 to your computer and use it in GitHub Desktop.
# assume we are cd'd into mozilla central
export GECKO_PATH=`pwd`
if [ ! -d "B2G" ]; then
git clone git://github.com/mozilla-b2g/B2G.git
fi
cd B2G
rm -rf out
rm -rf objdir-gecko
./config.sh emulator
./build.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment