blob: 1919a2107fa08cfb59fcedb996036860b7891e15 [file] [log] [blame] [view] [edit]
> **⚠️: This section contains exports from [Japaric's Discovery] book.**
>
> Contents should be reviewed for consistency in the context
> of this book before "publishing"
[Japaric's Discovery]: https://japaric.github.io/discovery/
> **⚠️: This section has not been checked as of 2018-07-29**
>
> Contents should be checked to still be working with current `nightly`
> or `stable` Rust
# MacOS
All the tools can be install using [Homebrew]:
[Homebrew]: http://brew.sh/
``` console
$ brew cask install gcc-arm-embedded
$ brew install minicom openocd
```
If the `brew cask` command doesn't work (`Error: Unknown command: cask`), then run `brew tap
Caskroom/tap` first and try again.
That's all! Go to the [next section].
[next section]: /intro/install/verify.html