Closed shinsuny closed 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?
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.
./build.sh EMU
indeed uses docker, I just tried it
Oh, but @sarveshwar-singh is right, you still need libsdl2-2.0-0 to RUN the emulator after build
On Ubuntu 16.04.5 Desktop need to
sudo apt-get install libsdl2-2.0-0
beforesudo ./build.sh EMU