From e95c80764e513588b8af6e3fa03b5edb9ec6a03e Mon Sep 17 00:00:00 2001 From: "F. Eugene Aumson" Date: Mon, 28 Jan 2019 11:46:07 -0500 Subject: [PATCH] Add pkg-config to Debian dependencies --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index fff56906..5f1dfbc2 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -65,7 +65,7 @@ libraries 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-get install cmake libfreetype6-dev libfontconfig1-dev xclip +apt-get install cmake pkg-config libfreetype6-dev libfontconfig1-dev xclip ``` #### Arch Linux