1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-14 03:30:02 +00:00
trezor-firmware/README.md

20 lines
219 B
Markdown
Raw Normal View History

2016-03-24 22:00:38 +00:00
![TREZOR OS](docs/logo.png)
2016-02-01 10:52:57 +00:00
2016-02-01 16:25:52 +00:00
* [Documentation](docs/)
2016-04-30 22:30:16 +00: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
```