1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-10 09:32:29 +01:00

Update required libraries in readme.md

Some libraries are only required for the graphical
client. Updated readme.md to reflect that.

[ci skip]
This commit is contained in:
Michał Janiszewski
2017-08-21 12:06:30 +02:00
committed by GitHub
parent a0f62f52f8
commit d94c8ffa5e

View File

@@ -90,18 +90,18 @@ The program can also be built as a command line program using CMake. This type o
- CMake (available through Homebrew) - CMake (available through Homebrew)
### Linux: ### Linux:
- sdl2 - sdl2 (only for UI client)
- sdl2-ttf (can be disabled) - sdl2-ttf (only for UI client, can be disabled)
- fontconfig (can be disabled) - fontconfig (can be disabled)
- libzip (>= 1.0) - libzip (>= 1.0)
- libpng (>= 1.2) - libpng (>= 1.2)
- speexdsp - speexdsp (only for UI client)
- curl (only if building with http support) - curl (only if building with http support)
- jansson (>= 2.5) - jansson (>= 2.5)
- openssl (>= 1.0; only if building with multiplayer support) - openssl (>= 1.0; only if building with multiplayer support)
- iconv (part of glibc on Linux) - iconv (part of glibc on Linux)
- zlib - zlib
- gl (commonly provided by Mesa or GPU vendors; can be disabled) - gl (commonly provided by Mesa or GPU vendors; only for UI client, can be disabled)
- cmake - cmake
## 3.2 Compiling and running ## 3.2 Compiling and running