1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-06 06:32:56 +01:00

Update required libraries for Linux

[ci skip]
This commit is contained in:
Michał Janiszewski
2017-01-04 16:10:30 +01:00
committed by GitHub
parent fa51d15c34
commit 2f530c8ba2

View File

@@ -67,13 +67,17 @@ The program can also be built as a command line program using CMake. This type o
### Linux:
- sdl2
- sdl2-ttf
- sdl2-ttf (can be disabled)
- fontconfig (can be disabled)
- libzip (>= 1.0)
- speexdsp
- curl (only if building with network support)
- jansson (only if building with network support)
- curl (only if building with http support)
- jansson (>= 2.3)
- openssl (>= 1.0; only if building with multiplayer support)
- iconv (part of glibc on Linux)
- zlib
- gl (commonly provided by Mesa or GPU vendors; can be disabled)
- cmake
All libs listed here (bar cmake) required in 32 bit variants.
## 3.2 Compiling and running
### Windows: