diff --git a/INSTALL.md b/INSTALL.md index 73a250bd..b5ee8853 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -168,6 +168,16 @@ dependencies on [NixOS](https://nixos.org). nix-shell -A alacritty '' ``` +#### Gentoo + +On Gentoo, you need a few extra libraries to build Alacritty. The following +command should install all of them. If something is still found to be missing, +please open an issue. + +```sh +emerge media-libs/fontconfig media-libs/freetype:2 sys-devel/make dev-util/cmake dev-util/pkgconfig +``` + #### Windows On windows you will need to have the `{architecture}-pc-windows-msvc` toolchain