Added the packages required to build the cli version on void linux to the README (#225)

Added the packages required to build the cli version on void linux to the README
pull/227/head
Mek101 3 years ago committed by GitHub
parent bb7bf12354
commit c46df07b11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -43,6 +43,10 @@ sudo apt install cargo libgtk-3-dev
```
sudo yum install gtk3-devel glib2-devel
```
### Void Linux (CLI only)
```
sudo xbps-install gcc pkg-config alsa-lib-devel
```
# Installation

Loading…
Cancel
Save