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

This commit is contained in:
Andreas Kling 2023-05-05 17:12:04 +02:00
parent 4b5cbe7931
commit 74d34134ff
Notes: sideshowbarker 2024-07-17 06:24:08 +09:00

View file

@ -7,7 +7,7 @@ Qt6 development packages and a C++20 capable compiler are required. gcc-12 or cl
On Debian/Ubuntu required packages include, but are not limited to:
```
sudo apt install build-essential cmake libgl1-mesa-dev ninja-build qt6-base-dev qt6-tools-dev-tools
sudo apt install build-essential cmake libgl1-mesa-dev ninja-build qt6-base-dev libqt6svg6-dev qt6-tools-dev-tools
```
For Ubuntu 20.04 and above, ensure that the Qt6 Wayland packages are available: