diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-09-30 22:28:42 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-30 22:28:42 +0000 |
commit | f5813899c3212d295358911635109201910b666b (patch) | |
tree | 65ba4435f5b59a3158648dd3d3bb89a1e91ee28b | |
parent | a754d06b44139b85e8b34a71ece4477cb1caa85e (diff) | |
download | alacritty-f5813899c3212d295358911635109201910b666b.tar.gz alacritty-f5813899c3212d295358911635109201910b666b.zip |
Add additional CentOS/RHEL build dependencies
Fixes #4271.
-rw-r--r-- | INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" ``` |