From c2782ad619613d79be453abba6bd58ba98cfe239 Mon Sep 17 00:00:00 2001 From: Finn2708 <58212604+Finn2708@users.noreply.github.com> Date: Thu, 24 Oct 2024 19:53:26 +0200 Subject: [PATCH] Add g++ dependency to Debian install docs --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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