~ruther/qmk_firmware

0eb252eb61b1ec21131f8b3bd4048ff5c434f921 — Noah Andrews 9 years ago 04b47cb
Added Mac section (copy/pasted from PCB_GUIDE.md)
1 files changed, 10 insertions(+), 0 deletions(-)

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