Skip to content

Instantly share code, notes, and snippets.

@bjackson
Created September 19, 2013 21:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjackson/6629828 to your computer and use it in GitHub Desktop.
Save bjackson/6629828 to your computer and use it in GitHub Desktop.
Install SDL on Mac for ECE 198KL MP4
# Will install homebrew, don't run this line if you have it already installed.
ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)";
brew install sdl sdl_image sdl_ttf sdl_mixer sdl_net;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment