1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-26 23:32:03 +00:00
Go to file
2016-09-27 17:24:11 +02:00
assets improve display.loader 2016-09-27 17:24:04 +02:00
docs remove self from documentation where it should not be 2016-09-27 17:24:11 +02:00
extmod remove self from documentation where it should not be 2016-09-27 17:24:11 +02:00
src regenerate messages 2016-09-27 17:24:10 +02:00
tools Generate message type constant into message modules 2016-09-27 17:24:10 +02:00
vendor add fingerprint layout 2016-09-27 17:24:07 +02:00
.gitignore
.gitmodules
emu_stick.sh Stickuv playground 2016-09-27 17:24:06 +02:00
emu.sh
LICENSE
Makefile
README.md add build instructions 2016-09-27 17:24:05 +02:00
send_udp.py add recv to send_udp example 2016-09-27 17:24:11 +02:00

TREZOR OS

##Build instructions

###Linux

sudo apt-get install libsdl2-dev:i386 libffi-dev:i386
make build_unix

###OS X

brew install sdl2
make build_unix64