From 7cd8c3f7084a39c71af852877ae83229154abb4f Mon Sep 17 00:00:00 2001 From: volovikariel <16262535+volovikariel@users.noreply.github.com> Date: Wed, 5 Jul 2023 15:28:25 -0400 Subject: [PATCH] Ladybird: Replace gcc-12 requirement with g++-12 The build instructions include build-essential, which installs gcc and g++. However, build-essential's currently stable version (v12.9) depends on a version of g++ < 12, thus, Ladybird doesn't build. --- Documentation/BuildInstructionsLadybird.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/BuildInstructionsLadybird.md b/Documentation/BuildInstructionsLadybird.md index 928796f31b..b421d6a02a 100644 --- a/Documentation/BuildInstructionsLadybird.md +++ b/Documentation/BuildInstructionsLadybird.md @@ -2,7 +2,7 @@ ## Build Prerequisites -Qt6 development packages and a C++20 capable compiler are required. gcc-12 or clang-15 are required at a minimum for c++20 support. +Qt6 development packages and a C++20 capable compiler are required. g++-12 or clang-15 are required at a minimum for c++20 support. On Debian/Ubuntu required packages include, but are not limited to: