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
@ -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 New Issue
Block a user