1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-17 21:22:10 +00:00

Adding gcc-multilib for debian/ubuntu

This commit is contained in:
Karel Bílek 2017-03-28 15:02:02 +02:00 committed by GitHub
parent f6747b9556
commit c947f2fbf2

View File

@ -19,7 +19,7 @@ This is the core of the upcoming TREZOR v2.
```sh
sudo dpkg --add-architecture i386
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
```