Skip to content

Instantly share code, notes, and snippets.

View michaeljbishop's full-sized avatar

Michael Bishop michaeljbishop

View GitHub Profile

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)"