diff options
author | Finn2708 <58212604+Finn2708@users.noreply.github.com> | 2024-10-24 19:53:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-24 17:53:26 +0000 |
commit | c2782ad619613d79be453abba6bd58ba98cfe239 (patch) | |
tree | 220ddabe9c5c8cb03c8783af9c04570f1a54ad86 | |
parent | 2112e90f0dcb77a60b3ef68f3b48e5320ad46de6 (diff) | |
download | alacritty-c2782ad619613d79be453abba6bd58ba98cfe239.tar.gz alacritty-c2782ad619613d79be453abba6bd58ba98cfe239.zip |
Add g++ dependency to Debian install docs
-rw-r--r-- | INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |