mirror of
https://github.com/xmonad/xmonad.git
synced 2025-07-25 17:21:52 -07:00
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:
10
INSTALL.md
10
INSTALL.md
@@ -52,6 +52,16 @@ $ sudo pacman -S \
|
||||
> 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
|
||||
|
||||
We'll use the [XDG] directory specifications here, meaning our
|
||||
|
Reference in New Issue
Block a user