diff options
author | Ben Myles <me@benmyles.com> | 2017-01-06 11:34:24 -0800 |
---|---|---|
committer | Ben Myles <me@benmyles.com> | 2017-01-06 11:36:04 -0800 |
commit | 56c83be81c172fca456ac8eb91617ba2c1c68980 (patch) | |
tree | 9609dd1518ceb672007176f5bad52b453943d5b6 | |
parent | 99ef2bef9e47f2d44536fd4b531c1b33e2828cac (diff) | |
download | alacritty-56c83be81c172fca456ac8eb91617ba2c1c68980.tar.gz alacritty-56c83be81c172fca456ac8eb91617ba2c1c68980.zip |
Add README instruction for Fedora
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |