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:
parent
52a4d49bbf
commit
e89301ad29
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user