diff options
author | Matthew Neal <meneal@gmail.com> | 2020-11-10 14:33:46 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-10 19:33:46 +0000 |
commit | 7203f226fc8f4ad4d7bb2bb8e96b9ab50895afe1 (patch) | |
tree | 09ab8ec11c7311b17d7ce524a397e293c40171e7 | |
parent | 9a851fdbb18e962801cd57eeec35d623f8ced55f (diff) | |
download | alacritty-7203f226fc8f4ad4d7bb2bb8e96b9ab50895afe1.tar.gz alacritty-7203f226fc8f4ad4d7bb2bb8e96b9ab50895afe1.zip |
Add g++ to Fedora build dependency documentation
Fixes #4400.
-rw-r--r-- | INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |