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
chren 53a6132ed8
tests with UI and minor changes in scroll component
8 years ago
assets added loading layout playground 8 years ago
docs remove homebrew docu generator, use docstring syntax 8 years ago
extmod display.bar now can set roundness 8 years ago
src tests with UI and minor changes in scroll component 8 years ago
tools add __repr__ to Message and MessageType 8 years ago
vendor add perf option to emu.sh (-p) 8 years ago
.gitignore introduce toi format 8 years ago
.gitmodules remove mbedtls 8 years ago
LICENSE init 8 years ago
Makefile add build_cross and build_frozen make targets 8 years ago
README.md update build instructions 8 years ago
emu.sh add perf option to emu.sh (-p) 8 years ago
send_udp.py send real wire msgs in send_udp.py 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 ...