trezor / trezor-mcu

:lock: Don't use this repo, use the new monorepo instead:
https://github.com/trezor/trezor-firmware
GNU Lesser General Public License v3.0
318 stars 255 forks source link

Ubuntu 16.04.5 Desktop need to [ sudo apt-get install libsdl2-2.0-0 ] #421

Closed shinsuny closed 6 years ago

shinsuny commented 6 years ago

On Ubuntu 16.04.5 Desktop need to sudo apt-get install libsdl2-2.0-0 before sudo ./build.sh EMU

prusnak commented 6 years ago

This doesn't make sense. ./build.sh builds using Docker and this installs sdl2 into the image. Are you sure you are on master?

shinsuny commented 6 years ago

Followed: https://github.com/trezor/trezor-mcu/blob/master/README.md

default branch is master so i was using master on a fresh Ubuntu, tried about two times.

For now I am using Trezor T, after Firmware update of Trezor One which is going support Cardano will try to reproduce.

karelbilek commented 6 years ago

./build.sh EMU indeed uses docker, I just tried it

karelbilek commented 6 years ago

Oh, but @sarveshwar-singh is right, you still need libsdl2-2.0-0 to RUN the emulator after build