Last active
January 2, 2016 10:59
-
-
Save kechol/8294070 to your computer and use it in GitHub Desktop.
firefox os build bootstrap for Ubuntu 12.04 LTS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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