From 5ad1e8b75fb484c9ca4a94914026a5a15bab5a8c Mon Sep 17 00:00:00 2001 From: Benjamin Bauer Date: Tue, 25 Jun 2019 17:04:14 +0200 Subject: [PATCH] Fix dependencies for Archlinux in INSTALL.md --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 0d52c434..9a8265a2 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -82,7 +82,7 @@ On Arch Linux, you need a few extra libraries to build Alacritty. Here's a to be missing, please open an issue. ```sh -pacman -S cmake freetype2 fontconfig pkg-config make +pacman -S cmake freetype2 fontconfig pkg-config make libxcb ``` #### Fedora