From f5813899c3212d295358911635109201910b666b Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Wed, 30 Sep 2020 22:28:42 +0000 Subject: [PATCH] Add additional CentOS/RHEL build dependencies Fixes #4271. --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index ebd0e516..ad11af6d 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -123,7 +123,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 +yum install cmake freetype-devel fontconfig-devel libxcb-devel xcb-util-devel yum group install "Development Tools" ```