Skip to content

Instantly share code, notes, and snippets.

@joakimk
Created August 9, 2011 20:22
Show Gist options
  • Select an option

  • Save joakimk/1135095 to your computer and use it in GitHub Desktop.

Select an option

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