Skip to content

Instantly share code, notes, and snippets.

@reecer
Created April 14, 2014 19:10
Show Gist options
  • Save reecer/10675163 to your computer and use it in GitHub Desktop.
Save reecer/10675163 to your computer and use it in GitHub Desktop.
Installing emscripten
# 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