Created
April 14, 2014 19:10
-
-
Save reecer/10675163 to your computer and use it in GitHub Desktop.
Installing emscripten
This file contains 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
# Note: The last two instructions are Ubuntu-specific. Most distros carry these packages, though. | |
# 1. Get source | |
git clone git://github.com/kripken/emscripten.git | |
# 2. Get LLVM-CLANG -- probably available in apt-get | |
wget http://llvm.org/releases/3.2/clang+llvm-3.2-x86-linux-ubuntu-12.04.tar.gz | |
tar -zxvf clang... | |
# 3. Get Java runtime env (jre) -- for closure compiler | |
apt-get install default-jre |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment