mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +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
Notes:
sideshowbarker
2024-07-17 01:55:29 +09:00
Author: https://github.com/kuchikuu 🔰 Commit: https://github.com/SerenityOS/serenity/commit/ce764c340a Pull-request: https://github.com/SerenityOS/serenity/pull/18902 Reviewed-by: https://github.com/ADKaster ✅ Reviewed-by: https://github.com/MacDue ✅
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…
Reference in a new issue