1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-11-25 14:05:41 -05:00

Add g++ to Fedora build dependency documentation

Fixes #4400.
This commit is contained in:
Matthew Neal 2020-11-10 14:33:46 -05:00 committed by GitHub
parent 9a851fdbb1
commit 7203f226fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -113,7 +113,7 @@ 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
dnf install cmake freetype-devel fontconfig-devel libxcb-devel g++
```
#### CentOS/RHEL 7