1
0
mirror of https://github.com/SerenityOS/serenity synced 2024-07-03 10:53:37 +00:00

Documentation: Add qt6-multimedia-devel on openSUSE for Ladybird

The documentation for building Ladybird gives a list of packages to
install under openSUSE, but is missing the Qt6 Multimedia development
package, qt6-multimedia-devel.

Include it.
This commit is contained in:
David Gow 2023-07-08 16:22:28 +08:00 committed by Sam Atkins
parent d7644d1d86
commit e84def4890

View File

@ -29,7 +29,7 @@ sudo dnf install cmake libglvnd-devel ninja-build qt6-qtbase-devel qt6-qttools-d
On openSUSE:
```
sudo zypper install cmake libglvnd-devel ninja qt6-base-devel qt6-tools-devel qt6-wayland-devel ccache
sudo zypper install cmake libglvnd-devel ninja qt6-base-devel qt6-multimedia-devel qt6-tools-devel qt6-wayland-devel ccache
```
On Nix/NixOS: