1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-18 12:28:09 +00:00
This commit is contained in:
Peter Jensen 2017-03-28 15:12:19 +02:00
commit fe434beff0

View File

@ -19,7 +19,7 @@ This is the core of the upcoming TREZOR v2.
```sh ```sh
sudo dpkg --add-architecture i386 sudo dpkg --add-architecture i386
sudo apt-get update sudo apt-get update
sudo apt-get install libsdl2-dev:i386 libsdl2-image-dev:i386 sudo apt-get install libsdl2-dev:i386 libsdl2-image-dev:i386 gcc-multilib
make build_unix make build_unix
``` ```