1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-20 22:33:02 +01:00

update readme.md with Linux build information

This commit is contained in:
Michał Janiszewski
2015-12-10 22:15:19 +01:00
parent 2ee71fc230
commit adce5cbbdd

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). - [Powershell 4.0](http://social.technet.microsoft.com/wiki/contents/articles/21016.how-to-install-windows-powershell-4-0.aspx).
### Mac OS X: ### Mac OS X:
- [Homebrew](http://brew.sh) or [MacPorts](https://www.macports.org/) - [Homebrew](http://brew.sh)
### Mac OS X / Linux: ### Mac OS X / Linux:
- [MinGW-w64](http://mingw-w64.sourceforge.net/) - sdl2
- [Wine](http://www.winehq.org) - sdl2-ttf
- libsdl2 compiled with MinGW-w64 - 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 ## 2.2 Compiling and running
### Windows: ### Windows:
@@ -106,7 +111,8 @@ wine openrct2.exe
``` ```
### Linux: ### 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 # 3 Contributing