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.