Add README instruction for Fedora

This commit is contained in:
Ben Myles 2017-01-06 11:34:24 -08:00
parent 99ef2bef9e
commit 56c83be81c
1 changed files with 10 additions and 0 deletions

View File

@ -74,6 +74,16 @@ to be missing, please open an issue.
pacman -S cmake freetype2 fontconfig xclip
```
##### Fedora
On Fedora, you need a few extra libraries to build Alacritty. Here's a `dnf`
command that should install all of them. If something is still found to be
missing, please open an issue.
```sh
dnf install freetype-devel fontconfig-devel xclip
```
##### Other
If you build Alacritty on another Linux distribution, we would love some help