Skip to content

Instantly share code, notes, and snippets.

@jimsynz
Created May 3, 2011 23:50
Show Gist options
  • Save jimsynz/954482 to your computer and use it in GitHub Desktop.
Save jimsynz/954482 to your computer and use it in GitHub Desktop.
Don't waste time compile avr-gcc on your mac, just add this to your bashrc
if [ -d /Applications/Arduino.app ]; then
export PATH="$PATH:/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin"
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment