aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFinn2708 <58212604+Finn2708@users.noreply.github.com>2024-10-24 19:53:26 +0200
committerGitHub <noreply@github.com>2024-10-24 17:53:26 +0000
commitc2782ad619613d79be453abba6bd58ba98cfe239 (patch)
tree220ddabe9c5c8cb03c8783af9c04570f1a54ad86
parent2112e90f0dcb77a60b3ef68f3b48e5320ad46de6 (diff)
downloadalacritty-c2782ad619613d79be453abba6bd58ba98cfe239.tar.gz
alacritty-c2782ad619613d79be453abba6bd58ba98cfe239.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