trezor-core/README.md

40 lines
419 B
Markdown
Raw Normal View History

2016-05-10 07:19:43 -07:00
![TREZOR Core](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
2016-06-03 07:16:07 -07:00
####Debian/Ubuntu
2016-04-30 15:30:16 -07:00
```
2016-06-03 07:08:37 -07:00
sudo apt-get install libsdl2-dev:i386
2016-04-30 15:30:16 -07:00
make build_unix
```
2016-06-03 07:16:07 -07:00
####Fedora
```
sudo yum install SDL2-devel.i686
make build_unix
```
####openSUSE
```
sudo zypper install libSDL2-devel-32bit
make build_unix
```
2016-04-30 15:30:16 -07:00
###OS X
```
2016-06-03 07:16:07 -07:00
brew install --universal sdl2
make build_unix
2016-04-30 15:30:16 -07:00
```
2016-06-03 07:16:07 -07:00
### Windows
Not supported yet ...