mirror of
https://github.com/OpenRCT2/OpenRCT2.git
synced 2025-01-22 10:21:57 -05:00
Update readme to require C++20 support
This commit is contained in:
parent
2d52f5b982
commit
c2730bc12d
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ OpenRCT2 requires original files of RollerCoaster Tycoon 2 to play. It can be bo
|
|||
<details>
|
||||
<summary>Linux prerequisites</summary>
|
||||
|
||||
- gcc (>= 7.1) or clang (>= 8.0.0) (for C++17 support)
|
||||
- gcc (>= 8.0) or clang (>= 10.0) (for C++20 support)
|
||||
- sdl2 (only for UI client)
|
||||
- freetype (can be disabled)
|
||||
- fontconfig (can be disabled)
|
||||
|
|
Loading…
Reference in a new issue