Skip to content

Instantly share code, notes, and snippets.

@cshen
Forked from nathanhammond/Emscripten OS X.md
Created January 17, 2014 02:36
Show Gist options
  • Save cshen/8467515 to your computer and use it in GitHub Desktop.
Save cshen/8467515 to your computer and use it in GitHub Desktop.

Running emscripten on OS X

There are a number of additional dependencies required for getting things installed on OS X. Starting with a blank slate OS X machine, this is the process it takes:

# Install Xcode Command Line Tools

# Install Homebrew
ruby -e "$(curl -fsSkL raw.github.com/mxcl/homebrew/go)"

# Some deps
brew install node spidermonkey closure-compiler yuicompressor
brew install llvm --with-clang

cd ~/Repos
git clone git://github.com/kripken/emscripten.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment