diff options
author | Finn2708 <58212604+Finn2708@users.noreply.github.com> | 2024-10-24 19:53:26 +0200 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2024-12-22 23:22:32 +0000 |
commit | 9658aa6dfd8691cd9b20d1f13f0356162fadda64 (patch) | |
tree | 8c722f9714376598b9f0de43000465b0bb5c588a | |
parent | 22a447573bbd67c0a5d3946d58d6d61bac3b4ad2 (diff) | |
download | alacritty-9658aa6dfd8691cd9b20d1f13f0356162fadda64.tar.gz alacritty-9658aa6dfd8691cd9b20d1f13f0356162fadda64.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 |