diff options
author | Diego Iastrubni <diegoiast@gmail.com> | 2022-09-14 22:36:48 +0300 |
---|---|---|
committer | Andrew Kaster <andrewdkaster@gmail.com> | 2022-12-25 07:58:58 -0700 |
commit | 8acdb403c3b711aee76ba84763b2b32f5bd914b7 (patch) | |
tree | de508bf3ee50ba3434b3f5c6d340aeb02dcf68df | |
parent | d579ed7e466491be088520c720427ab8935c0123 (diff) | |
download | serenity-8acdb403c3b711aee76ba84763b2b32f5bd914b7.zip |
Ladybird: Add instructions for building on Fedora
closes #49
-rw-r--r-- | Ladybird/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Ladybird/README.md b/Ladybird/README.md index d891e667f2..bb93ba3996 100644 --- a/Ladybird/README.md +++ b/Ladybird/README.md @@ -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: |