Skip to content

Commit

Permalink
Ladybird: Add instructions for building on Fedora
Browse files Browse the repository at this point in the history
  • Loading branch information
elcuco authored and ADKaster committed Dec 25, 2022
1 parent d579ed7 commit 8acdb40
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Ladybird/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8acdb40

Please sign in to comment.