summaryrefslogtreecommitdiffstats
path: root/INSTALL.md
diff options
context:
space:
mode:
authorChristian Duerr <chrisduerr@users.noreply.github.com>2019-06-03 15:18:45 +0000
committerGitHub <noreply@github.com>2019-06-03 15:18:45 +0000
commit3156517c70db3c127688ffec43a9bdd59d06dfab (patch)
tree745230beb48367e8b8a6d2cac4c406b92eeb9eda /INSTALL.md
parentc75c9a17a778c3b5f04260a37e1887c2ff6f9e0e (diff)
Add Gentoo install dependencies
While Gentoo was listed in the table of contents of the INSTALL.md, the instructions to install the build dependencies were missing. This adds the emerge command necessary to install all dependencies of Alacritty (other than Rust) so building from source without the overlay is possible.
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 3ab3755b..58995867 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -156,7 +156,7 @@ Alacritty. Here's a `eopkg` command that should install all of them. If
something is still found to be missing, please open an issue.
```sh
-sudo eopkg install fontconfig-devel
+eopkg install fontconfig-devel
```
#### NixOS/Nixpkgs
@@ -168,6 +168,16 @@ dependencies on [NixOS](https://nixos.org).
nix-shell -A alacritty '<nixpkgs>'
```
+#### 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 --onlydeps x11-terms/alacritty
+```
+
#### Windows
On windows you will need to have the `{architecture}-pc-windows-msvc` toolchain