Add Arch Linux requirements

This commit is contained in:
user1823 2025-12-16 20:56:48 +05:30 committed by GitHub
parent 140c9fe529
commit 7845f1932d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,7 +34,13 @@ sudo apt install libxcb-icccm4 libxcb-image0 libxcb-keysyms1 \
libxcb-randr0 libxcb-render-util0 libxkbfile1
```
On some distros such as Arch Linux and Fedora, you may need to install the
The libraries that might be required on Arch Linux:
```
sudo pacman -S nss libxkbfile
```
On some distros such as Fedora, you may need to install the
`libxcrypt-compat` package if you get an error like this:
```