summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Neal <meneal@gmail.com>2020-11-10 14:33:46 -0500
committerGitHub <noreply@github.com>2020-11-10 19:33:46 +0000
commit7203f226fc8f4ad4d7bb2bb8e96b9ab50895afe1 (patch)
tree09ab8ec11c7311b17d7ce524a397e293c40171e7
parent9a851fdbb18e962801cd57eeec35d623f8ced55f (diff)
downloadalacritty-7203f226fc8f4ad4d7bb2bb8e96b9ab50895afe1.tar.gz
alacritty-7203f226fc8f4ad4d7bb2bb8e96b9ab50895afe1.zip
Add g++ to Fedora build dependency documentation
Fixes #4400.
-rw-r--r--INSTALL.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index ad11af6d..29f40206 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -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