mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-08-05 05:15:27 +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
|
### 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)
|
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)
|
2. Follow the [install instructions](https://launchpadlibrarian.net/287100883/readme.txt)
|
||||||
3. To install OpenOCD, run `brew install open-ocd`
|
3. To install OpenOCD, run `brew install open-ocd`
|
||||||
|
@ -42,6 +42,10 @@ nix-shell
|
|||||||
|
|
||||||
* __Mac OS X__:
|
* __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
|
```sh
|
||||||
brew install scons sdl2 sdl2_image pkg-config
|
brew install scons sdl2 sdl2_image pkg-config
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user