1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-11-03 04:34:21 -05:00

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

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