1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-11 10:29:01 +00:00
trezor-firmware/README.md
2016-09-27 17:24:13 +02:00

20 lines
221 B
Markdown

![TREZOR Core](docs/logo.png)
* [Documentation](docs/)
##Build instructions
###Linux
```
sudo apt-get install libsdl2-dev:i386 libffi-dev:i386
make build_unix
```
###OS X
```
brew install sdl2
make build_unix64
```