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:
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…
Reference in New Issue
Block a user