diff --git a/docs/linux_dependencies.md b/docs/linux_dependencies.md index 4606773ea3ec0..08be4e0cfb024 100644 --- a/docs/linux_dependencies.md +++ b/docs/linux_dependencies.md @@ -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 +```