From adce5cbbdd0ce7fb66de429c0880e4caadd64100 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Janiszewski?= Date: Thu, 10 Dec 2015 22:15:19 +0100 Subject: [PATCH] update readme.md with Linux build information --- readme.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/readme.md b/readme.md index 6b395f4abc..95b59aa3d7 100644 --- a/readme.md +++ b/readme.md @@ -79,12 +79,17 @@ OpenRCT2 requires original files of Rollercoaster Tycoon 2 to play. It can be bo - [Powershell 4.0](http://social.technet.microsoft.com/wiki/contents/articles/21016.how-to-install-windows-powershell-4-0.aspx). ### Mac OS X: -- [Homebrew](http://brew.sh) or [MacPorts](https://www.macports.org/) +- [Homebrew](http://brew.sh) ### Mac OS X / Linux: -- [MinGW-w64](http://mingw-w64.sourceforge.net/) -- [Wine](http://www.winehq.org) -- libsdl2 compiled with MinGW-w64 +- sdl2 +- sdl2-ttf +- speexdsp +- curl (only if building with network support) +- jansson (only if building with network support) +- iconv (part of glibc on Linux) +- cmake +All libs listed here (bar cmake) required in 32 bit variants. ## 2.2 Compiling and running ### Windows: @@ -106,7 +111,8 @@ wine openrct2.exe ``` ### Linux: -As the easiest approach depends on your distribution, please take a look at the [wiki](https://github.com/OpenRCT2/OpenRCT2/wiki). +We support native builds for Linux (limited to i386 only for now). +As the easiest approach depends on your distribution, please take a look at the [wiki](https://github.com/OpenRCT2/OpenRCT2/wiki/Building-OpenRCT2-on-Linuxhttps://github.com/OpenRCT2/OpenRCT2/wiki/Building-OpenRCT2-on-Linux). # 3 Contributing