diff options
author | Noah Andrews <NoahAndrews@users.noreply.github.com> | 2016-03-02 22:16:43 -0500 |
---|---|---|
committer | Noah Andrews <NoahAndrews@users.noreply.github.com> | 2016-03-02 22:16:43 -0500 |
commit | 0eb252eb61b1ec21131f8b3bd4048ff5c434f921 (patch) | |
tree | b43d4c8ac26b5df7e8b6a6ebcd6ace8d00f8d7fa | |
parent | 04b47cb2eb862451d2b98243d0560abbe4b47699 (diff) |
Added Mac section (copy/pasted from PCB_GUIDE.md)
-rw-r--r-- | BUILD_GUIDE.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/BUILD_GUIDE.md b/BUILD_GUIDE.md index d7106d9183..07ed0e98d7 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 |