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

Add fontconfig-devel dependency for building on Void Linux

This commit is contained in:
VoidNoire 2018-09-17 22:01:54 +00:00 committed by Christian Duerr
parent a10403b7c7
commit 55e675a3d8

View file

@ -164,7 +164,7 @@ On [Void Linux](https://voidlinux.eu), install following packages before
compiling Alacritty:
```sh
xbps-install cmake freetype-devel freetype expat-devel fontconfig xclip
xbps-install cmake freetype-devel freetype expat-devel fontconfig-devel fontconfig xclip
```
#### FreeBSD