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
1 changed files with 10 additions and 0 deletions

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