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:
parent
8f16d37f00
commit
ce764c340a
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue