You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
slush0 9eaf34a2c7
Fixed python header
8 years ago
assets add bitbucket/gitlab to known u2f apps 8 years ago
bootloader update submodule, start bootloader work 8 years ago
docs add bootloader ideas 8 years ago
extmod Fixed python header 8 years ago
mocks Mock builder for C modules 8 years ago
src add log to wire.io 8 years ago
tools Fixes mock dir cleanup, add link to source file 8 years ago
vendor update micropython submodule 8 years ago
.gitignore cleanup makefile; make res_collect tool more verbose 8 years ago
.gitmodules remove mbedtls 8 years ago
LICENSE init 8 years ago
Makefile cleanup makefile; make res_collect tool more verbose 8 years ago
README.md update build instructions 8 years ago
emu.sh add perf option to emu.sh (-p) 8 years ago

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