aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Wilm <jwilm@users.noreply.github.com>2017-01-06 12:42:35 -0800
committerGitHub <noreply@github.com>2017-01-06 12:42:35 -0800
commitf69f8b87c3ae179b81931f97d859a434fa48d098 (patch)
tree5a874a4f5b3217840a19d017d76b8e3ea8e6513a
parent8d3f5f4e179b6fe55617dc72fe60fa1bdfd9b014 (diff)
parent56c83be81c172fca456ac8eb91617ba2c1c68980 (diff)
downloadalacritty-f69f8b87c3ae179b81931f97d859a434fa48d098.tar.gz
alacritty-f69f8b87c3ae179b81931f97d859a434fa48d098.zip
Merge pull request #86 from benmyles/master
Add README instruction for Fedora
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
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