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

centos/RHEL 7 build instructions added (#813)

This commit is contained in:
Peter Butkovic 2017-10-04 17:49:34 +02:00 committed by Joe Wilm
parent c8dcbd3308
commit 934c205a46

View file

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