From a14ab11521c6d5d609303334c6bf4907e63ec123 Mon Sep 17 00:00:00 2001 From: pengowen123 Date: Thu, 5 Jan 2017 13:52:11 -0700 Subject: [PATCH] Add prerequisites for Arch Linux --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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