Documentation: Add missing libssl dependency for Ubuntu

This commit is contained in:
mendhak 2024-07-03 18:32:13 +01:00 committed by Andreas Kling
parent c81a640f3e
commit 24651233b0
Notes: sideshowbarker 2024-07-16 20:39:14 +09:00

View File

@ -28,7 +28,7 @@ sudo apt update -y && sudo apt install clang-18 -y
##### Required packages include, but are not limited to:
```
sudo apt install autoconf autoconf-archive automake build-essential cmake libavcodec-dev libgl1-mesa-dev ninja-build qt6-base-dev qt6-tools-dev-tools qt6-multimedia-dev ccache fonts-liberation2 zip unzip curl tar
sudo apt install autoconf autoconf-archive automake build-essential cmake libavcodec-dev libgl1-mesa-dev ninja-build qt6-base-dev qt6-tools-dev-tools qt6-multimedia-dev ccache fonts-liberation2 zip unzip curl tar libssl-dev
```
For Ubuntu 20.04 and above, ensure that the Qt6 Wayland packages are available: