1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-11-18 13:55:23 -05:00

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.
This commit is contained in:
Christian Duerr 2019-05-25 12:37:31 +02:00
parent bc174a5ec3
commit 6f7bb97a84
No known key found for this signature in database
GPG key ID: 85CDAE3C164BA7B4

View file

@ -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