blob: cb17790724bf4ffe795b1b85a30167a24b268838 [file] [log] [blame] [view] [edit]
> **⚠️: This section has not been checked as of 2018-09-13**
# macOS
All the tools can be install using [Homebrew]:
[Homebrew]: http://brew.sh/
``` console
$ # GDB
$ brew cask install gcc-arm-embedded
$ brew install openocd
$ brew install qemu
```
If the `brew cask` command doesn't work (e.g. `error: unknown command: cask`),
then first run `brew tap Caskroom/tap` and try again.
That's all! Go to the [next section].
[next section]: /intro/install/verify.html