1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 01:27:43 +00:00

Ladybird/Documentation: Bump GCC requirement to >= 12

See https://github.com/SerenityOS/serenity/pull/15797
This commit is contained in:
Linus Groh 2022-10-25 23:12:21 +01:00 committed by Andrew Kaster
parent dd20b34acb
commit 66c69654a6

View file

@ -26,7 +26,7 @@ xcode-select --install
brew install qt ninja
```
For the c++ compiler, gcc-11 or clang-13 are required at a minimum for c++20 support.
For the C++ compiler, gcc-12 or clang-13 are required at a minimum for c++20 support.
For Ubuntu 20.04 and above, ensure that the Qt6 Wayland packages are available: