Documentation: Add missing 'less' command to Arch Linux dependencies
After installing Arch Linux 2026.02.01 and following the instructions in Documentation/BuildInstructionsLadybird.md to install the dependencies, using git command will fail due to missing pager less.
This commit is contained in:
parent
2fd75d948b
commit
8ea0a877a1
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ sudo apt install libpulse-dev
|
|||
### Arch Linux/Manjaro:
|
||||
|
||||
```
|
||||
sudo pacman -S --needed autoconf-archive base-devel ccache cmake curl git libgl nasm ninja python qt6-base qt6-tools ttf-liberation tar unzip zip
|
||||
sudo pacman -S --needed autoconf-archive base-devel ccache cmake curl git less libgl nasm ninja python qt6-base qt6-tools ttf-liberation tar unzip zip
|
||||
```
|
||||
|
||||
Optionally, install the PulseAudio headers for audio playback support:
|
||||
|
|
|
|||
Loading…
Reference in a new issue