diff --git a/pages/Getting Started/Installation.md b/pages/Getting Started/Installation.md index 0939d7e..70a119e 100644 --- a/pages/Getting Started/Installation.md +++ b/pages/Getting Started/Installation.md @@ -201,9 +201,9 @@ 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>=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. +and your C++ library has to support that (`gcc>=13.0.0` or `clang>=17`). +On Clang-based systems with old libc++ by default pass `-stdlib=libstdc++` +or switch to GCC. ### CMake (recommended)