summaryrefslogtreecommitdiffstats
path: root/INSTALL.md
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2021-07-12 01:34:37 +0000
committerGitHub <noreply@github.com>2021-07-12 01:34:37 +0000
commit01a7ad946e75ef9ff7847ad73f2fe40e3e5d8a5f (patch)
treefb2c16890ee8b8d41bdce143da18f373fd889479 /INSTALL.md
parent4c9ecd3479b6cce0493532561ef78ba410c3b51a (diff)
Add libxkbcommon to INSTALL.md dependencies
Fixes #5320.
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 92a39a64..fd6dbd70 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -91,7 +91,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 libxcb
+pacman -S cmake freetype2 fontconfig pkg-config make libxcb libxkbcommon
```
#### Fedora
@@ -101,7 +101,7 @@ command that should install all of them. If something is still found to be
missing, please open an issue.
```sh
-dnf install cmake freetype-devel fontconfig-devel libxcb-devel g++
+dnf install cmake freetype-devel fontconfig-devel libxcb-devel libxkbcommon-devel g++
```
#### CentOS/RHEL 7
@@ -111,7 +111,7 @@ command that should install all of them. If something is still found to be
missing, please open an issue.
```sh
-yum install cmake freetype-devel fontconfig-devel libxcb-devel xcb-util-devel
+yum install cmake freetype-devel fontconfig-devel libxcb-devel libxkbcommon-devel xcb-util-devel
yum group install "Development Tools"
```