mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
Update linux_dependencies for Gentoo. (#4195)
# Objective - Add dependencies installation instructions for Gentoo for `linux_dependencies.md`. ## Solution - Edit the `linux_dependencies.md`.
This commit is contained in:
parent
685b6e59be
commit
31636a3504
1 changed files with 6 additions and 0 deletions
|
@ -103,3 +103,9 @@ Note that this template doesn't add Rust to the environment because there are ma
|
|||
```bash
|
||||
sudo zypper install libudev-devel gcc-c++
|
||||
```
|
||||
|
||||
## Gentoo
|
||||
|
||||
```bash
|
||||
sudo emerge --ask libX11 pkgconf alsa-lib
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue