Ladybird: Added Arch Linux/Manjaro required packages to build
This commit is contained in:
parent
f96b53f118
commit
48de1fb1b1
Notes:
sideshowbarker
2024-07-17 05:18:58 +09:00
Author: https://github.com/son-link 🔰 Commit: https://github.com/SerenityOS/serenity/commit/48de1fb1b1 Pull-request: https://github.com/SerenityOS/serenity/pull/16583 Reviewed-by: https://github.com/ADKaster Reviewed-by: https://github.com/awesomekling ✅ Reviewed-by: https://github.com/linusg
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
Reference in a new issue