Go to file
slush0 72fa153ea2
Mock builder for C modules
2016-09-27 17:26:15 +02:00
assets add bitbucket/gitlab to known u2f apps 2016-09-27 17:26:01 +02:00
bootloader update submodule, start bootloader work 2016-09-27 17:26:02 +02:00
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
mocks Mock builder for C modules 2016-09-27 17:26:15 +02:00
src add log to wire.io 2016-09-27 17:26:14 +02:00
tools Mock builder for C modules 2016-09-27 17:26:15 +02:00
vendor update micropython submodule 2016-09-27 17:26:14 +02:00
.gitignore cleanup makefile; make res_collect tool more verbose 2016-09-27 17:26:12 +02:00
.gitmodules remove mbedtls 2016-09-27 17:23:21 +02:00
LICENSE init 2016-09-27 17:19:47 +02:00
Makefile cleanup makefile; make res_collect tool more verbose 2016-09-27 17:26:12 +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

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