diff options
| author | Michael Kaylan <1063516+kaylanm@users.noreply.github.com> | 2018-11-12 11:20:56 -0500 |
|---|---|---|
| committer | Drashna Jaelre <drashna@live.com> | 2018-11-12 12:16:43 -0800 |
| commit | b1e74aee43596e2601248b0a78b2c54c897ce78b (patch) | |
| tree | 34d9d207b98586f0e72d8be12f759aca3c1f5124 /docs/getting_started_build_tools.md | |
| parent | 2509039abfc5f59d791c8e061641b6fc2e63a69b (diff) | |
| download | qmk_firmware-b1e74aee43596e2601248b0a78b2c54c897ce78b.tar.gz qmk_firmware-b1e74aee43596e2601248b0a78b2c54c897ce78b.zip | |
Make sure that avr-gcc@7 gets linked into the path on MacOS.
Diffstat (limited to 'docs/getting_started_build_tools.md')
| -rw-r--r-- | docs/getting_started_build_tools.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/getting_started_build_tools.md b/docs/getting_started_build_tools.md index 587dece4a..67bbe5434 100644 --- a/docs/getting_started_build_tools.md +++ b/docs/getting_started_build_tools.md | |||
| @@ -57,6 +57,7 @@ If you're using [homebrew,](http://brew.sh/) you can use the following commands: | |||
| 57 | brew tap PX4/homebrew-px4 | 57 | brew tap PX4/homebrew-px4 |
| 58 | brew update | 58 | brew update |
| 59 | brew install avr-gcc@7 | 59 | brew install avr-gcc@7 |
| 60 | brew link --force avr-gcc@7 | ||
| 60 | brew install dfu-programmer | 61 | brew install dfu-programmer |
| 61 | brew install dfu-util | 62 | brew install dfu-util |
| 62 | brew install gcc-arm-none-eabi | 63 | brew install gcc-arm-none-eabi |
