update build instructions

This commit is contained in:
Pavol Rusnak 2016-06-03 16:16:07 +02:00
parent 0c580761e5
commit 5041fea837
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
1 changed files with 22 additions and 2 deletions

View File

@ -6,14 +6,34 @@
###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 sdl2
make build_unix64
brew install --universal sdl2
make build_unix
```
### Windows
Not supported yet ...