mirror of
https://github.com/xmonad/xmonad.git
synced 2025-05-19 08:30:21 -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:
parent
f4a5b88e64
commit
89ea1356c1
10
INSTALL.md
10
INSTALL.md
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user