mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-18 13:55:23 -05:00
Add RHEL8 instructions to INSTALL.md
Co-authored-by: Christian Duerr <contact@christianduerr.com>
This commit is contained in:
parent
2aedee1c29
commit
d721424822
1 changed files with 11 additions and 0 deletions
11
INSTALL.md
11
INSTALL.md
|
@ -118,6 +118,17 @@ yum install cmake freetype-devel fontconfig-devel libxcb-devel libxkbcommon-deve
|
||||||
yum group install "Development Tools"
|
yum group install "Development Tools"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### RHEL 8
|
||||||
|
|
||||||
|
On RHEL 8, like RHEL 7, you need a few extra libraries to build Alacritty. Here's a `dnf`
|
||||||
|
command that should install all of them. If something is still found to be
|
||||||
|
missing, please open an issue.
|
||||||
|
|
||||||
|
```sh
|
||||||
|
dnf install cmake freetype-devel fontconfig-devel libxcb-devel libxkbcommon-devel
|
||||||
|
dnf group install "Development Tools"
|
||||||
|
```
|
||||||
|
|
||||||
#### 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