Skip to content

Instantly share code, notes, and snippets.

@joakimk
Created August 9, 2011 20:22
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 joakimk/1135095 to your computer and use it in GitHub Desktop.
Save joakimk/1135095 to your computer and use it in GitHub Desktop.
Script to install GCC toolchain on OSX lion
curl http://cloud.github.com/downloads/kennethreitz/osx-gcc-installer/GCC-10.7.pkg > /tmp/GCC-10.7.pkg &&
sudo installer -pkg /tmp/GCC-10.7.pkg -target /
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment