X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=docs%2Fgetting_started_build_tools.md;h=cd748dbf895891028e11c9f4213334f12b69d5ed;hb=4beb5e72f8caedde69bce009ccec9306b6cd9262;hp=6c8eca0de4a4ea91ed37fac7cc0580585e5c14bf;hpb=5f0a2e078fd0ddd83d9c872e6e7585af6c7e6908;p=qmk_firmware.git diff --git a/docs/getting_started_build_tools.md b/docs/getting_started_build_tools.md index 6c8eca0de..cd748dbf8 100644 --- a/docs/getting_started_build_tools.md +++ b/docs/getting_started_build_tools.md @@ -53,6 +53,7 @@ If you're using [homebrew,](http://brew.sh/) you can use the following commands: brew install avr-gcc brew install dfu-programmer brew install gcc-arm-none-eabi + brew install avrdude This is the recommended method. If you don't have homebrew, [install it!](http://brew.sh/) It's very much worth it for anyone who works in the command line. Note that the `make` and `make install` portion during the homebrew installation of avr-libc can take over 20 minutes and exhibit high CPU usage.