INSTALL.md: Add Void dependencies

Since things like `ncurses-libtinfo` are needed due to [1], it makes
sense to have all dependencies spelled out explicitly.

Related: https://github.com/xmonad/xmonad-web/issues/57
[1]: https://github.com/void-linux/void-packages/issues/7403
This commit is contained in:
slotThe 2022-03-08 09:15:11 +01:00
parent f4a5b88e64
commit 89ea1356c1

View File

@ -52,6 +52,16 @@ $ sudo pacman -S \
> pkgconf > pkgconf
``` ```
#### Void
``` console
$ sudo xbps-install \
> git \
> ncurses-libtinfo-libs ncurses-libtinfo-devel \
> libX11-devel libXft-devel libXinerama-devel libXrandr-devel libXScrnSaver-devel \
> pkg-config
```
## Preparation ## Preparation
We'll use the [XDG] directory specifications here, meaning our We'll use the [XDG] directory specifications here, meaning our