1
0
Fork 0
mirror of synced 2024-05-01 11:02:53 +12:00

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
This commit is contained in:
Mek101 2021-01-23 19:21:13 +00:00 committed by GitHub
parent bb7bf12354
commit c46df07b11
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