mirror of
https://github.com/bevyengine/bevy
synced 2024-11-24 21:53:07 +00:00
Add alsa-lib-devel to OpenSUSE dependencies (#4635)
Needed for compilation, tumbleweed. This PR adds the needed alsa package for OpenSUSE to the documentation.
This commit is contained in:
parent
b9102b8836
commit
7d21ca3744
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ Note that this template doesn't add Rust to the environment because there are ma
|
|||
## Opensuse Tumbleweed
|
||||
|
||||
```bash
|
||||
sudo zypper install libudev-devel gcc-c++
|
||||
sudo zypper install libudev-devel gcc-c++ alsa-lib-devel
|
||||
```
|
||||
|
||||
## Gentoo
|
||||
|
|
Loading…
Reference in a new issue