From 11a0847f7d9430c86cc2580d3cbb013ffe226026 Mon Sep 17 00:00:00 2001 From: shadowmax31 Date: Sat, 9 Sep 2023 05:14:31 -0400 Subject: [PATCH] Update Installation.md (#332) Needs gcc 13+, I don't know if it changed anything for clang. https://github.com/hyprwm/Hyprland/pull/3186 --- pages/Getting Started/Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/Getting Started/Installation.md b/pages/Getting Started/Installation.md index b75a7e2..5bfdd17 100644 --- a/pages/Getting Started/Installation.md +++ b/pages/Getting Started/Installation.md @@ -189,7 +189,7 @@ wlroots installed, you can make sure you have them by installing wlroots separately (Hyprland doesn't mind) Also note that Hyprland uses the C++23 standard, so both your compiler -and your C++ library has to support that (`gcc>=12.1.0` or `clang>=15`). +and your C++ library has to support that (`gcc>=13.0.0` or `clang>=15`). On Clang-based systems libc++ may be used by default, so until libc++ supports C++23 you have to pass `-stdlib=libstdc++` or switch to GCC.