mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 07:28:10 +00:00
70110187cc
This will automatically exit child tasks in case of close() or throw() on the waiting task, but only if run through `await` or `yield from` |
||
---|---|---|
assets | ||
bootloader | ||
docs | ||
extmod | ||
src | ||
tools | ||
vendor | ||
.gitignore | ||
.gitmodules | ||
emu.sh | ||
LICENSE | ||
Makefile | ||
README.md |
##Build instructions
###Linux
####Debian/Ubuntu
sudo apt-get install libsdl2-dev:i386
make build_unix
####Fedora
sudo yum install SDL2-devel.i686
make build_unix
####openSUSE
sudo zypper install libSDL2-devel-32bit
make build_unix
###OS X
brew install --universal sdl2
make build_unix
Windows
Not supported yet ...