aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Wilm <jwilm@users.noreply.github.com>2017-01-06 08:31:58 -0800
committerGitHub <noreply@github.com>2017-01-06 08:31:58 -0800
commita582e47f7134cfce01d3aacc10b50bc41a835840 (patch)
treeca5eaf5cb29df57ef54a6b9e7ce4c087723d5fee
parent41f7fae34a7428d19d89263a765af0b2dadeebf2 (diff)
parenta14ab11521c6d5d609303334c6bf4907e63ec123 (diff)
downloadr-alacritty-a582e47f7134cfce01d3aacc10b50bc41a835840.tar.gz
r-alacritty-a582e47f7134cfce01d3aacc10b50bc41a835840.tar.bz2
r-alacritty-a582e47f7134cfce01d3aacc10b50bc41a835840.zip
Merge pull request #66 from pengowen123/master
Add prerequisites for Arch Linux
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index dab38ce3..b595ff26 100644
--- a/README.md
+++ b/README.md
@@ -61,6 +61,15 @@ missing, please open an issue.
apt-get install cmake libfreetype6-dev libfontconfig1-dev xclip
```
+##### Arch Linux
+
+On Arch Linux, you need a few extra libraries to build Alacritty. Here's a
+`pacman` command that should install all of them. If something is still found
+to be missing, please open an issue.
+```sh
+pacman -S cmake freetype2 fontconfig xclip
+```
+
##### Other
If you build Alacritty on another Linux distribution, we would love some help