Selaa lähdekoodia

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

Noah Andrews 9 vuotta sitten
vanhempi
sitoutus
0eb252eb61
1 muutettua tiedostoa jossa 10 lisäystä ja 0 poistoa
  1. 10 0
      BUILD_GUIDE.md

+ 10 - 0
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