From 934c205a46a855ba66513d8cde4e8bd923b44239 Mon Sep 17 00:00:00 2001 From: Peter Butkovic Date: Wed, 4 Oct 2017 17:49:34 +0200 Subject: [PATCH] centos/RHEL 7 build instructions added (#813) --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 0fd2935a..30586b34 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,16 @@ missing, please open an issue. dnf install cmake freetype-devel fontconfig-devel xclip ``` +#### CentOS/RHEL 7 + +On CentOS/RHEL 7, you need a few extra libraries to build Alacritty. Here's a `yum` +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 xclip +``` + #### openSUSE On openSUSE, you need a few extra libraries to build Alacritty. Here's