diff options
author | pengowen123 <pengowen816@gmail.com> | 2017-01-05 13:52:11 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-05 13:52:11 -0700 |
commit | a14ab11521c6d5d609303334c6bf4907e63ec123 (patch) | |
tree | 8af04ad877b47ce4cb53ad165796277c15693174 | |
parent | 3c57c0388727884f9ed4e6066f1b58408ad3fed1 (diff) | |
download | alacritty-a14ab11521c6d5d609303334c6bf4907e63ec123.tar.gz alacritty-a14ab11521c6d5d609303334c6bf4907e63ec123.zip |
Add prerequisites for Arch Linux
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |