1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 07:38:10 +00:00

Documentation: Add Qt6 SVG module to Ladybird build deps on Arch

Qt6 SVG is required to successfully compile Ladybird.

Without this package, a compilation error occurs:
Failed to find required Qt component "Svg".
This commit is contained in:
kuchikuu 2023-05-18 14:10:20 +02:00 committed by Andrew Kaster
parent 8f16d37f00
commit ce764c340a

View file

@ -19,7 +19,7 @@ sudo apt install qt6-wayland
On Arch Linux/Manjaro:
```
sudo pacman -S --needed base-devel cmake libgl ninja qt6-base qt6-tools qt6-wayland
sudo pacman -S --needed base-devel cmake libgl ninja qt6-base qt6-svg qt6-tools qt6-wayland
```
On Fedora or derivatives: