From 21fbcbc608fe12d1462d20608acbe635aaad55eb Mon Sep 17 00:00:00 2001 From: Demon Date: Sat, 5 Nov 2022 19:41:18 +0800 Subject: [PATCH] Mention minimum versions of GCC/Clang for C++17 --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 223f83bf3d..26a70ecfda 100644 --- a/readme.md +++ b/readme.md @@ -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)