aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2019-05-25 12:37:31 +0200
committerChristian Duerr <contact@christianduerr.com>2019-05-25 12:37:31 +0200
commit6f7bb97a84c96f0a45901aaee9bb8eb71d53c145 (patch)
tree393f88e443c7b8eefac6d2ce2268fb60e0712f3a
parentbc174a5ec3de6a32adaecc3a4be8851c6605688d (diff)
downloadalacritty-6f7bb97a84c96f0a45901aaee9bb8eb71d53c145.tar.gz
alacritty-6f7bb97a84c96f0a45901aaee9bb8eb71d53c145.zip
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.
-rw-r--r--INSTALL.md10
1 files changed, 10 insertions, 0 deletions
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 '<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 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