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:
parent
c8dcbd3308
commit
934c205a46
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -108,6 +108,16 @@ missing, please open an issue.
|
||||||
dnf install cmake freetype-devel fontconfig-devel xclip
|
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
|
#### openSUSE
|
||||||
|
|
||||||
On openSUSE, you need a few extra libraries to build Alacritty. Here's
|
On openSUSE, you need a few extra libraries to build Alacritty. Here's
|
||||||
|
|
Loading…
Reference in a new issue