summaryrefslogtreecommitdiffstats
path: root/src/doc/embedded-book/src/intro/install/macos.md
blob: b3e51bcf1c4ff276ff10757fd5759009913e0fd1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# macOS

All the tools can be install using [Homebrew]:

[Homebrew]: http://brew.sh/

``` text
$ # GDB
$ brew install armmbed/formulae/arm-none-eabi-gcc

$ # OpenOCD
$ brew install openocd

$ # QEMU
$ brew install qemu
```

> **NOTE** If OpenOCD crashes you may need to install the latest version using: 
```text
$ brew install --HEAD openocd
```

That's all! Go to the [next section].

[next section]: verify.md