]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Added Mac section (copy/pasted from PCB_GUIDE.md)
authorNoah Andrews <NoahAndrews@users.noreply.github.com>
Thu, 3 Mar 2016 03:16:43 +0000 (22:16 -0500)
committerNoah Andrews <NoahAndrews@users.noreply.github.com>
Thu, 3 Mar 2016 03:16:43 +0000 (22:16 -0500)
BUILD_GUIDE.md

index d7106d91834e97c292595405b60f64950076f038..07ed0e98d730d40ae28351da248ca2a30b3ecfcd 100644 (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