diff options
-rw-r--r-- | docs/getting_started_build_tools.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/getting_started_build_tools.md b/docs/getting_started_build_tools.md index e46b7f2e5..10c0b6984 100644 --- a/docs/getting_started_build_tools.md +++ b/docs/getting_started_build_tools.md | |||
@@ -40,8 +40,11 @@ Debian/Ubuntu example: | |||
40 | If you're using [homebrew,](http://brew.sh/) you can use the following commands: | 40 | If you're using [homebrew,](http://brew.sh/) you can use the following commands: |
41 | 41 | ||
42 | brew tap osx-cross/avr | 42 | brew tap osx-cross/avr |
43 | brew install avr-libc | 43 | brew tap PX4/homebrew-px4 |
44 | brew update | ||
45 | brew install avr-gcc | ||
44 | brew install dfu-programmer | 46 | brew install dfu-programmer |
47 | brew install gcc-arm-none-eabi | ||
45 | 48 | ||
46 | 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. | 49 | 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. |
47 | 50 | ||