trezor-core/README.md

20 lines
219 B
Markdown
Raw Normal View History

2016-03-24 15:00:38 -07:00
![TREZOR OS](docs/logo.png)
2016-02-01 02:52:57 -08:00
2016-02-01 08:25:52 -08:00
* [Documentation](docs/)
2016-04-30 15:30:16 -07:00
##Build instructions
###Linux
```
sudo apt-get install libsdl2-dev:i386 libffi-dev:i386
make build_unix
```
###OS X
```
brew install sdl2
make build_unix64
```