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:
parent
fe8577ccfb
commit
e95c80764e
1 changed files with 1 additions and 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
|
||||
|
|
Loading…
Reference in a new issue