mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 03:07:44 +00:00
parent
d579ed7e46
commit
8acdb403c3
1 changed files with 5 additions and 0 deletions
|
@ -16,6 +16,11 @@ On Arch Linux/Manjaro:
|
|||
sudo pacman -S --needed base-devel cmake libgl ninja qt6-base qt6-tools qt6-wayland
|
||||
```
|
||||
|
||||
On Fedora or derivates:
|
||||
```
|
||||
sudo dnf install cmake libglvnd-devel ninja-build qt6-qtbase-devel qt6-qttools-devel qt6-qtwayland-devel
|
||||
```
|
||||
|
||||
For the c++ compiler, gcc-11 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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue