mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-18 05:28:40 +00:00
Adding gcc-multilib for debian/ubuntu
This commit is contained in:
parent
f6747b9556
commit
c947f2fbf2
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user