1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-22 14:28:07 +00:00

readme: how to compile on Arch Linux

This commit is contained in:
Tomas Susanka 2017-10-02 16:57:58 +02:00 committed by Jan Pochyla
parent cd33fa7293
commit 128bb83e1b

View File

@ -54,6 +54,16 @@ sudo zypper install scons libSDL2-devel-32bit libSDL2_image-devel-32bit
make build_unix make build_unix
``` ```
#### Arch
```sh
sudo pip install pyblake2
sudo pacman -S gcc-multilib scons lib32-sdl2 lib32-sdl2_image
make build_unix
```
### OS X ### OS X
```sh ```sh