mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
parent
d579ed7e46
commit
8acdb403c3
Notes:
sideshowbarker
2024-07-17 06:51:40 +09:00
Author: https://github.com/elcuco Commit: https://github.com/SerenityOS/serenity/commit/8acdb403c3 Pull-request: https://github.com/SerenityOS/serenity/pull/16583 Reviewed-by: https://github.com/ADKaster Reviewed-by: https://github.com/awesomekling ✅ Reviewed-by: https://github.com/linusg
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…
Reference in a new issue