mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
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
1 changed files with 5 additions and 0 deletions
|
@ -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 a new issue