mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
Documentation: Add new dependencies libx11-dev libxrandr-dev
This commit is contained in:
parent
8bb610b97a
commit
eaf2384f1c
Notes:
sideshowbarker
2024-07-17 01:21:02 +09:00
Author: https://github.com/LalitSinghRana Commit: https://github.com/LadybirdBrowser/ladybird/commit/eaf2384f1c Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/461
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:
|
||||
|
||||
```
|
||||
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
|
||||
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 libx11-dev libxrandr-dev
|
||||
```
|
||||
|
||||
For Ubuntu 20.04 and above, ensure that the Qt6 Wayland packages are available:
|
||||
|
|
Loading…
Reference in a new issue