aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Ortega Estévez <139651088+ortegaestevez@users.noreply.github.com>2025-05-19 07:39:38 +0200
committerGitHub <noreply@github.com>2025-05-19 05:39:38 +0000
commitcd2be6663ebb90a55437c7528089348b32069b8c (patch)
tree569ba6cb5eada9ba7cdf9b51189ad69ae538b673
parentdef47a5dd511ed20607eb5d9e5e7140afd16b31d (diff)
downloadr-alacritty-cd2be6663ebb90a55437c7528089348b32069b8c.tar.gz
r-alacritty-cd2be6663ebb90a55437c7528089348b32069b8c.tar.bz2
r-alacritty-cd2be6663ebb90a55437c7528089348b32069b8c.zip
Remove libfreetype6-dev from Debian build deps
Closes #8115.
-rw-r--r--INSTALL.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 6974e1ee..1091a3f8 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 g++ pkg-config libfreetype6-dev libfontconfig1-dev libxcb-xfixes0-dev libxkbcommon-dev python3
+apt install cmake g++ pkg-config libfontconfig1-dev libxcb-xfixes0-dev libxkbcommon-dev python3
```
#### Arch Linux