mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-11 13:51:01 -05:00
Add gentoo instructions. (#759)
This commit is contained in:
parent
4bbcb52514
commit
09c8c06631
1 changed files with 16 additions and 0 deletions
16
README.md
16
README.md
|
@ -162,6 +162,22 @@ The following command can be used to get a shell with all development dependenci
|
||||||
nix-shell -A alacritty '<nixpkgs>'
|
nix-shell -A alacritty '<nixpkgs>'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### Gentoo
|
||||||
|
|
||||||
|
On Gentoo, there's a portage overlay available. Make sure `layman` is installed
|
||||||
|
and run:
|
||||||
|
```
|
||||||
|
sudo layman -a slyfox
|
||||||
|
```
|
||||||
|
Then, add `x11-terms/alacritty **` to `/etc/portage/package.accept_keywords`
|
||||||
|
and emerge alacritty:
|
||||||
|
```
|
||||||
|
sudo emerge alacritty
|
||||||
|
```
|
||||||
|
It might be handy to mask all other packages provided in the `slyfox` overlay by
|
||||||
|
adding `*/*::slyfox` to `/etc/portage/package.mask` and adding
|
||||||
|
`x11-terms/alacritty::slyfox` to `/etc/portage/package.unmask`.
|
||||||
|
|
||||||
#### Other
|
#### Other
|
||||||
|
|
||||||
If you build Alacritty on another distribution, we would love some help
|
If you build Alacritty on another distribution, we would love some help
|
||||||
|
|
Loading…
Reference in a new issue