diff options
author | F. Eugene Aumson <feuGeneA@users.noreply.github.com> | 2019-01-28 11:46:07 -0500 |
---|---|---|
committer | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-01-28 16:46:07 +0000 |
commit | e95c80764e513588b8af6e3fa03b5edb9ec6a03e (patch) | |
tree | 047dad8a026ef512ad6a1f890c44d06fc5422adb | |
parent | fe8577ccfbd136463635cd2bc826a942ba9662f4 (diff) | |
download | alacritty-e95c80764e513588b8af6e3fa03b5edb9ec6a03e.tar.gz alacritty-e95c80764e513588b8af6e3fa03b5edb9ec6a03e.zip |
Add pkg-config to Debian dependencies
-rw-r--r-- | INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |