summaryrefslogtreecommitdiffstats
path: root/src/doc/embedded-book/src/intro/install/macos.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/doc/embedded-book/src/intro/install/macos.md')
-rw-r--r--src/doc/embedded-book/src/intro/install/macos.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/doc/embedded-book/src/intro/install/macos.md b/src/doc/embedded-book/src/intro/install/macos.md
new file mode 100644
index 000000000..b3e51bcf1
--- /dev/null
+++ b/src/doc/embedded-book/src/intro/install/macos.md
@@ -0,0 +1,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