1
0
Fork 0
mirror of synced 2024-06-15 17:04:58 +12:00

Update README.md

Added the packages required to build the cli version on void linux to the README
This commit is contained in:
Mek101 2021-01-22 19:43:08 +01:00 committed by GitHub
parent bb7bf12354
commit f66a71155f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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