1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-25 17:09:44 +00:00
Go to file
2016-09-27 17:26:13 +02:00
assets
bootloader
docs add bootloader ideas 2016-09-27 17:26:04 +02:00
extmod move initialization of I2C1 to msg_init() 2016-09-27 17:26:13 +02:00
src adopt wire dispatching, log removed modules 2016-09-27 17:26:13 +02:00
tools cleanup res_collect.py 2016-09-27 17:26:12 +02:00
vendor minor changes to display module 2016-09-27 17:26:09 +02:00
.gitignore cleanup makefile; make res_collect tool more verbose 2016-09-27 17:26:12 +02:00
.gitmodules
emu.sh
LICENSE
Makefile cleanup makefile; make res_collect tool more verbose 2016-09-27 17:26:12 +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 ...