docs/build: add note on Nix for MacOS

pull/1119/head
Tomas Susanka 4 years ago
parent 4005f4832f
commit bcd044a41d

@ -25,6 +25,10 @@ nix-shell
### OS X
_Consider using [Nix](https://nixos.org/download.html). With Nix all you need to do is `nix-shell`._
For other users:
1. Download [gcc-arm-none-eabi](https://developer.arm.com/open-source/gnu-toolchain/gnu-rm/downloads)
2. Follow the [install instructions](https://launchpadlibrarian.net/287100883/readme.txt)
3. To install OpenOCD, run `brew install open-ocd`

@ -42,6 +42,10 @@ nix-shell
* __Mac OS X__:
_Consider using [Nix](https://nixos.org/download.html). With Nix all you need to do is `nix-shell`._
For other users:
```sh
brew install scons sdl2 sdl2_image pkg-config
```

Loading…
Cancel
Save