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:
parent
5c6a7c91f2
commit
e1d9e96f15
16
README.md
16
README.md
@ -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
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user