Skip to content

Commit

Permalink
Add libxkbcommon to INSTALL.md dependencies
Browse files Browse the repository at this point in the history
Fixes #5320.
  • Loading branch information
chrisduerr committed Jul 12, 2021
1 parent 4c9ecd3 commit 01a7ad9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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"
```

Expand Down

0 comments on commit 01a7ad9

Please sign in to comment.