1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-11 16:00:57 +00:00

docs/build: add note on Nix for MacOS

This commit is contained in:
Tomas Susanka 2020-07-20 10:48:22 +02:00
parent 4005f4832f
commit bcd044a41d
2 changed files with 8 additions and 0 deletions

View File

@ -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`

View File

@ -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
```