aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFinn2708 <58212604+Finn2708@users.noreply.github.com>2024-10-24 19:53:26 +0200
committerChristian Duerr <contact@christianduerr.com>2024-12-22 23:22:32 +0000
commit9658aa6dfd8691cd9b20d1f13f0356162fadda64 (patch)
tree8c722f9714376598b9f0de43000465b0bb5c588a
parent22a447573bbd67c0a5d3946d58d6d61bac3b4ad2 (diff)
downloadalacritty-9658aa6dfd8691cd9b20d1f13f0356162fadda64.tar.gz
alacritty-9658aa6dfd8691cd9b20d1f13f0356162fadda64.zip
Add g++ dependency to Debian install docs
-rw-r--r--INSTALL.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index b5f6871c..6974e1ee 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -84,7 +84,7 @@ to build Alacritty. Here's an apt command that should install all of them. If
something is still found to be missing, please open an issue.
```sh
-apt install cmake pkg-config libfreetype6-dev libfontconfig1-dev libxcb-xfixes0-dev libxkbcommon-dev python3
+apt install cmake g++ pkg-config libfreetype6-dev libfontconfig1-dev libxcb-xfixes0-dev libxkbcommon-dev python3
```
#### Arch Linux