From 5041fea837b9feca9cfbc5e5fa110a8051fcaad4 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Fri, 3 Jun 2016 16:16:07 +0200 Subject: [PATCH] update build instructions --- README.md | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7f006dda77..571545b8d5 100644 --- a/README.md +++ b/README.md @@ -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 ...