Add Solus instructions

This commit is contained in:
Dimas Cyriaco 2017-06-30 22:45:53 -03:00 committed by Joe Wilm
parent 63787d0bf0
commit 5a220b73db
1 changed files with 10 additions and 0 deletions

View File

@ -138,6 +138,16 @@ missing, please open an issue.
pkg install cmake freetype2 fontconfig xclip pkgconf
```
#### Solus
On [Solus](https://solus-project.com/), you need a few extra libraries to build 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 freetype2-devel fontconfig-devel
```
#### Other
If you build Alacritty on another distribution, we would love some help