1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-13 19:18:56 +00:00

add note about adding 32bit arch to Debian/Ubuntu

This commit is contained in:
Pavol Rusnak 2016-10-03 20:20:59 +02:00
parent b7f378376b
commit 2453b4d0b6
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -11,6 +11,8 @@
####Debian/Ubuntu
```
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install libsdl2-dev:i386
make build_unix
```