INSTALL.md: Mention more packages as dependencies for Arch

At least on Arch, none of the listed packages necessarily require that
the user has a working Xorg setup—this has already caused some confusion
for people.  In particular, xmessage is very much needed in order to
show warnings and compilation errors.
This commit is contained in:
slotThe
2021-11-14 13:21:58 +01:00
parent 7f6d758ce5
commit 54df2e9acd

View File

@@ -47,6 +47,7 @@ $ sudo dnf install \
``` console
$ sudo pacman -S \
> git \
> xorg-server xorg-apps xorg-xinit xorg-xmessage \
> libx11 libxft libxinerama libxrandr libxss \
> pkgconf
```