Add Void Linux to linux dependencies file (#645)

Figured I'd add it above NixOS since that one is way more verbose than the rest, but happy to move it below if desired :)
This commit is contained in:
Kenneth Dodrill 2020-10-08 12:28:56 -05:00 committed by GitHub
parent 52a4d49bbf
commit e89301ad29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,6 +24,11 @@ sudo pacman -S libx11 pkgconf alsa-lib
sudo eopkg install pkg-config libx11-devel g++ alsa-lib-devel
```
## Void
```bash
sudo xbps-install -S pkgconf alsa-lib-devel libX11-devel eudev-libudev-devel
```
## NixOS
Add a `build.rs` file to your project with the following: