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:
parent
e73c2c7029
commit
d007160ad6
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue