1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-11-18 13:55:23 -05:00

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

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. missing, please open an issue.
```sh ```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" yum group install "Development Tools"
``` ```