mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-31 01:33:01 +00:00
b5f8c2303c
They are unsigned on the python side anyway. |
||
---|---|---|
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