1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-22 22:38:08 +00:00

add build instructions

This commit is contained in:
Pavol Rusnak 2016-05-01 00:30:16 +02:00
parent 5c6a7c91f2
commit e1d9e96f15
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -1,3 +1,19 @@
![TREZOR OS](docs/logo.png) ![TREZOR OS](docs/logo.png)
* [Documentation](docs/) * [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
```