Add additional CentOS/RHEL build dependencies

Fixes #4271.
This commit is contained in:
Christian Duerr 2020-09-30 22:28:42 +00:00 committed by GitHub
parent a754d06b44
commit f5813899c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"
```