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:
parent
cd33fa7293
commit
128bb83e1b
10
README.md
10
README.md
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user