Skip to content

Instantly share code, notes, and snippets.

@jagtesh
Forked from nathanhammond/Emscripten OS X.md
Created June 4, 2014 21:21
Show Gist options
  • Save jagtesh/7b66d446d388ef2948e0 to your computer and use it in GitHub Desktop.
Save jagtesh/7b66d446d388ef2948e0 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