mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 23:48:12 +00:00
40 lines
419 B
Markdown
40 lines
419 B
Markdown
![TREZOR Core](docs/logo.png)
|
|
|
|
* [Documentation](docs/)
|
|
|
|
##Build instructions
|
|
|
|
###Linux
|
|
|
|
####Debian/Ubuntu
|
|
|
|
```
|
|
sudo apt-get install libsdl2-dev:i386
|
|
make build_unix
|
|
```
|
|
|
|
####Fedora
|
|
|
|
```
|
|
sudo yum install SDL2-devel.i686
|
|
make build_unix
|
|
```
|
|
|
|
####openSUSE
|
|
|
|
```
|
|
sudo zypper install libSDL2-devel-32bit
|
|
make build_unix
|
|
```
|
|
|
|
###OS X
|
|
|
|
```
|
|
brew install --universal sdl2
|
|
make build_unix
|
|
```
|
|
|
|
### Windows
|
|
|
|
Not supported yet ...
|