From d72142482209e720707e4258727202679a36a4fe Mon Sep 17 00:00:00 2001 From: Nathaniel Graham Date: Fri, 7 Oct 2022 16:39:06 -0600 Subject: [PATCH] Add RHEL8 instructions to INSTALL.md Co-authored-by: Christian Duerr --- INSTALL.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index 61f4a978..0a3a3bfc 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -118,6 +118,17 @@ yum install cmake freetype-devel fontconfig-devel libxcb-devel libxkbcommon-deve yum group install "Development Tools" ``` +#### RHEL 8 + +On RHEL 8, like RHEL 7, you need a few extra libraries to build Alacritty. Here's a `dnf` +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 libxkbcommon-devel +dnf group install "Development Tools" +``` + #### openSUSE On openSUSE, you need a few extra libraries to build Alacritty. Here's