Add pkg-config to Debian dependencies

This commit is contained in:
F. Eugene Aumson 2019-01-28 11:46:07 -05:00 committed by Christian Duerr
parent fe8577ccfb
commit e95c80764e
1 changed files with 1 additions and 1 deletions

View File

@ -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