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
Notes:
sideshowbarker
2024-07-17 00:53:02 +09:00
Author: https://github.com/volovikariel 🔰 Commit: https://github.com/SerenityOS/serenity/commit/7cd8c3f708 Pull-request: https://github.com/SerenityOS/serenity/pull/19825
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
Reference in a new issue