mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 13:27:35 +00:00
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.
This commit is contained in:
parent
696c92882a
commit
7cd8c3f708
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue