Skip to content

Commit

Permalink
Update linux_dependencies for Gentoo. (bevyengine#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 authored and ItsDoot committed Feb 1, 2023
1 parent 8792884 commit dd0f5a3
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 dd0f5a3

Please sign in to comment.