From 56c83be81c172fca456ac8eb91617ba2c1c68980 Mon Sep 17 00:00:00 2001 From: Ben Myles Date: Fri, 6 Jan 2017 11:34:24 -0800 Subject: Add README instruction for Fedora --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index bfde89d5..2ace57f2 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3