Merge pull request #2459 from janisozaur/readme

update readme.md with Linux build information
This commit is contained in:
Ted John 2015-12-10 22:03:25 +00:00
commit 39a6f95ce6
1 changed files with 11 additions and 5 deletions

View File

@ -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