mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 13:07:46 +00:00
Meta: Document that clang-15 is required, and update the compiler checks
We require clang-15 for consteval.
This commit is contained in:
parent
b4939295c2
commit
421aa8da1e
4 changed files with 8 additions and 8 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
## Build Prerequisites
|
||||
|
||||
Qt6 development packages and a C++20 capable compiler are required. gcc-12 or clang-14 are required at a minimum for c++20 support.
|
||||
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.
|
||||
|
||||
On Debian/Ubuntu required packages include, but are not limited to:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue