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:
persik 2022-03-21 04:15:37 +00:00
parent 685b6e59be
commit 31636a3504

View file

@ -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
```