From 66c69654a6952a663ea77d9ba198cdc5e6d553c5 Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Tue, 25 Oct 2022 23:12:21 +0100 Subject: [PATCH] Ladybird/Documentation: Bump GCC requirement to >= 12 See https://github.com/SerenityOS/serenity/pull/15797 --- Ladybird/Documentation/BuildInstructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ladybird/Documentation/BuildInstructions.md b/Ladybird/Documentation/BuildInstructions.md index 79c86a693d..dbd28b3833 100644 --- a/Ladybird/Documentation/BuildInstructions.md +++ b/Ladybird/Documentation/BuildInstructions.md @@ -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: