From: Noah Andrews Date: Thu, 3 Mar 2016 03:16:43 +0000 (-0500) Subject: Added Mac section (copy/pasted from PCB_GUIDE.md) X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0eb252eb61b1ec21131f8b3bd4048ff5c434f921;p=qmk_firmware.git Added Mac section (copy/pasted from PCB_GUIDE.md) --- diff --git a/BUILD_GUIDE.md b/BUILD_GUIDE.md index d7106d918..07ed0e98d 100644 --- a/BUILD_GUIDE.md +++ b/BUILD_GUIDE.md @@ -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