mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:47:35 +00:00
Ladybird: Added Arch Linux/Manjaro required packages to build
This commit is contained in:
parent
f96b53f118
commit
48de1fb1b1
1 changed files with 6 additions and 0 deletions
|
@ -10,6 +10,12 @@ Qt6 development packages and a c++20-enabled compiler are required. On Debian/Ub
|
|||
sudo apt install build-essential cmake libgl1-mesa-dev ninja-build qt6-base-dev qt6-tools-dev-tools
|
||||
```
|
||||
|
||||
On Arch Linux/Manjaro:
|
||||
|
||||
```
|
||||
sudo pacman -S base-devel cmake libgl ninja qt6-base qt6-tools qt6-wayland
|
||||
```
|
||||
|
||||
For the c++ compiler, gcc-11 or clang-13 are required at a minimum for c++20 support.
|
||||
|
||||
For Ubuntu 20.04 and above, ensure that the Qt6 Wayland packages are available:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue