diff options
author | Nathaniel Graham <nathaniel.graham@protonmail.com> | 2022-10-07 16:39:06 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-07 22:39:06 +0000 |
commit | d72142482209e720707e4258727202679a36a4fe (patch) | |
tree | 07c5719dca4c705a48e050bb61e268208c3e00e5 | |
parent | 2aedee1c2956099c1ab0574d6c2bfb89186a7bf6 (diff) | |
download | alacritty-d72142482209e720707e4258727202679a36a4fe.tar.gz alacritty-d72142482209e720707e4258727202679a36a4fe.zip |
Add RHEL8 instructions to INSTALL.md
Co-authored-by: Christian Duerr <contact@christianduerr.com>
-rw-r--r-- | INSTALL.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 |