Go to file
Pavol Rusnak e6b8dc3cc5
add perf option to emu.sh (-p)
2016-09-27 17:25:58 +02:00
assets added clear input pin button 2016-09-27 17:25:54 +02:00
docs remove homebrew docu generator, use docstring syntax 2016-09-27 17:25:50 +02:00
extmod small fixes; res contains just toig/toif files (png are in /assets) 2016-09-27 17:25:53 +02:00
src add perf option to emu.sh (-p) 2016-09-27 17:25:58 +02:00
tools add __repr__ to Message and MessageType 2016-09-27 17:25:55 +02:00
vendor add perf option to emu.sh (-p) 2016-09-27 17:25:58 +02:00
.gitignore introduce toi format 2016-09-27 17:19:50 +02:00
.gitmodules remove mbedtls 2016-09-27 17:23:21 +02:00
LICENSE init 2016-09-27 17:19:47 +02:00
Makefile add build_cross and build_frozen make targets 2016-09-27 17:24:19 +02:00
README.md update build instructions 2016-09-27 17:25:49 +02:00
emu.sh add perf option to emu.sh (-p) 2016-09-27 17:25:58 +02:00
send_udp.py send real wire msgs in send_udp.py 2016-09-27 17:24:21 +02:00

README.md

TREZOR Core

##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 ...