1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-11 10:29:01 +00:00
Go to file
2016-09-27 17:25:55 +02:00
assets added clear input pin button 2016-09-27 17:25:54 +02:00
docs
extmod small fixes; res contains just toig/toif files (png are in /assets) 2016-09-27 17:25:53 +02:00
src add __repr__ to Message and MessageType 2016-09-27 17:25:55 +02:00
tools add __repr__ to Message and MessageType 2016-09-27 17:25:55 +02:00
vendor
.gitignore
.gitmodules
emu_stick.sh
emu.sh
LICENSE
Makefile
README.md
send_udp.py

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