Skip to content

Instantly share code, notes, and snippets.

@kechol
Last active January 2, 2016 10:59
Show Gist options
  • Select an option

  • Save kechol/8294070 to your computer and use it in GitHub Desktop.

Select an option

Save kechol/8294070 to your computer and use it in GitHub Desktop.
firefox os build bootstrap for Ubuntu 12.04 LTS
sudo apt-get update
sudo apt-get install openjdk-6-jdk autoconf2.13 bison bzip2 ccache curl flex gawk gcc g++ g++-multilib git ia32-libs lib32ncurses5-dev lib32z1-dev libgl1-mesa-dev libx11-dev make zip
ccache --max-size 3GB
git config --global user.name User
git config --global user.email user@example.com
git config --global color.ui true
git clone git://github.com/mozilla-b2g/B2G.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment