Added Mac section (copy/pasted from PCB_GUIDE.md)

This commit is contained in:
Noah Andrews 2016-03-02 22:16:43 -05:00
parent 04b47cb2eb
commit 0eb252eb61
1 changed files with 10 additions and 0 deletions

View File

@ -6,7 +6,17 @@
What these instructions look like depends on whether NoahAndrews's setup scripts get merged
### Mac
If you're using homebrew, you can use the following commands:
brew tap osx-cross/avr
brew install avr-libc
brew install dfu-programmer
Otherwise, these instructions will work:
1. Install Xcode from the App Store.
2. Install the Command Line Tools from `Xcode->Preferences->Downloads`.
3. Install [DFU-Programmer][dfu-prog].
### Linux