mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-23 15:52:55 +01:00
C++20
@@ -6,7 +6,7 @@ This page tells you how to build the project. For instructions on how to get ass
|
|||||||
To build natively on Linux, you will need a set of libraries set up. Since most distributions come with a package manager, we expect you to use that. Required libraries include:
|
To build natively on Linux, you will need a set of libraries set up. Since most distributions come with a package manager, we expect you to use that. Required libraries include:
|
||||||
Package | Note(s)
|
Package | Note(s)
|
||||||
------- | -------
|
------- | -------
|
||||||
`gcc`or`clang` | gcc >= 12.0 or clang >= 8.0.0 (C++17 support needed)
|
`gcc`or`clang` | gcc >= 12.0 or clang >= 8.0.0 (C++20 support needed)
|
||||||
`sdl2` | Only for UI client.
|
`sdl2` | Only for UI client.
|
||||||
`freetype` | Can be disabled.
|
`freetype` | Can be disabled.
|
||||||
`fontconfig` | Can be disabled.
|
`fontconfig` | Can be disabled.
|
||||||
|
|||||||
Reference in New Issue
Block a user