mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 12:45:59 +01:00
Update Installation.md (#332)
Needs gcc 13+, I don't know if it changed anything for clang. https://github.com/hyprwm/Hyprland/pull/3186
This commit is contained in:
parent
3cde22b89c
commit
11a0847f7d
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue