mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
Documentation: Add missing libssl dependency for Ubuntu
This commit is contained in:
parent
c81a640f3e
commit
24651233b0
Notes:
sideshowbarker
2024-07-16 20:39:14 +09:00
Author: https://github.com/mendhak 🔰 Commit: https://github.com/LadybirdBrowser/ladybird/commit/24651233b0 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/374
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ sudo apt update -y && sudo apt install clang-18 -y
|
||||||
##### Required packages include, but are not limited to:
|
##### 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:
|
For Ubuntu 20.04 and above, ensure that the Qt6 Wayland packages are available:
|
||||||
|
|
Loading…
Reference in a new issue