Skip to content

Commit

Permalink
Add Void Linux to linux dependencies file (#645)
Browse files Browse the repository at this point in the history
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 :)
  • Loading branch information
Kenneth Dodrill authored Oct 8, 2020
1 parent 52a4d49 commit e89301a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/linux_dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e89301a

Please sign in to comment.