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

Mention minimum versions of GCC/Clang for C++17

This commit is contained in:
Demon
2022-11-05 19:41:18 +08:00
committed by GitHub
parent c9b6292b88
commit 21fbcbc608

View File

@@ -126,6 +126,7 @@ See the wiki for [the actual package names used in pacman](https://github.com/Op
- CMake (available through Homebrew)
### Linux:
- gcc (>= 7.1) or clang (>= 8.0.0) (for C++17 support)
- sdl2 (only for UI client)
- freetype (can be disabled)
- fontconfig (can be disabled)