Skip to content

Commit

Permalink
Update linux_dependencies for Gentoo. (#4195)
Browse files Browse the repository at this point in the history
# Objective

- Add dependencies installation instructions for Gentoo for `linux_dependencies.md`.

## Solution

- Edit the `linux_dependencies.md`.
  • Loading branch information
p3rsik committed Mar 21, 2022
1 parent 685b6e5 commit 31636a3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/linux_dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit 31636a3

Please sign in to comment.