From 2ed1bf4807b25d5133d6fd4737c6328bf1e32564 Mon Sep 17 00:00:00 2001 From: Demon Date: Fri, 4 Nov 2022 10:28:48 +0800 Subject: [PATCH] Updated Building OpenRCT2 on Linux (markdown) --- Building-OpenRCT2-on-Linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Building-OpenRCT2-on-Linux.md b/Building-OpenRCT2-on-Linux.md index 55a1924..a4cbc44 100644 --- a/Building-OpenRCT2-on-Linux.md +++ b/Building-OpenRCT2-on-Linux.md @@ -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: Package | Note(s) ------- | ------- -`gcc`or`clang` | gcc >= 7.1 or clang >= 5.0.0 (C++17 support needed) +`gcc`or`clang` | gcc >= 7.1 or clang >= 8.0.0 (C++17 support needed) `sdl2` | Only for UI client. `freetype` | Can be disabled. `fontconfig` | Can be disabled.