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
Notes: sideshowbarker 2024-07-17 01:55:29 +09:00

View file

@ -19,7 +19,7 @@ sudo apt install qt6-wayland
On Arch Linux/Manjaro: 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: On Fedora or derivatives: