1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-11-11 13:51:01 -05:00

Add dependency to FreeBSD-specific setup

Fixes problem I had with issue #609, should be better documented.
This commit is contained in:
Siva Mahadevan 2017-06-14 15:25:22 -04:00 committed by Joe Wilm
parent 35e4f2096a
commit 3dfac443c7

View file

@ -127,7 +127,7 @@ command that should install all of them. If something is still found to be
missing, please open an issue. missing, please open an issue.
```sh ```sh
pkg install cmake freetype2 fontconfig xclip pkg install cmake freetype2 fontconfig xclip pkgconf
``` ```
#### Other #### Other