mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-31 01:41:18 +00:00
9f84e52ea3
TODO: simplify TODO: fix bug with black color in oriented modes |
||
---|---|---|
assets | ||
docs | ||
extmod | ||
src | ||
tools | ||
vendor | ||
.gitignore | ||
.gitmodules | ||
emu_stick.sh | ||
emu.sh | ||
LICENSE | ||
Makefile | ||
README.md | ||
send_udp.py |
##Build instructions
###Linux
sudo apt-get install libsdl2-dev:i386 libffi-dev:i386
make build_unix
###OS X
brew install sdl2
make build_unix64