1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 03:07:44 +00:00

Ladybird: Add --needed option on pacman dependencies command

This commit is contained in:
Matheus Vinicius 2022-09-15 01:06:36 -03:00 committed by Andrew Kaster
parent e73c2c7029
commit d007160ad6

View file

@ -13,7 +13,7 @@ sudo apt install build-essential cmake libgl1-mesa-dev ninja-build qt6-base-dev
On Arch Linux/Manjaro:
```
sudo pacman -S base-devel cmake libgl ninja qt6-base qt6-tools qt6-wayland
sudo pacman -S --needed 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.