Browse Source

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

pull/171/head
Noah Andrews 8 years ago
parent
commit
0eb252eb61
1 changed files with 10 additions and 0 deletions
  1. +10
    -0
      BUILD_GUIDE.md

+ 10
- 0
BUILD_GUIDE.md 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


Loading…
Cancel
Save