You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Follow the installation and add --enable-libfreetype.
I use --extra-cflags and --extra-ldflags to assign the path of libfreetype.
But meet the error ERROR: freetype2 not found using pkg-config and it try to use pkg-config to find freetype2 .pc file not --extra-cflags and --extra-ldflags
FreeType gets linked by default now, no need to do anything special.
FreeType is not the default for me. Because I install freetype by downloading the freetype-windows-binaries, I don't have any *.pc or other default for freetype.
Due to install freetype by downloading the freetype-windows-binaries, I use --extra-cflags and --extra-ldflags to assign the path of freetype-windows-binaries.
So I meet the error ERROR: freetype2 not found using pkg-config and it try to use pkg-config to find freetype2 .pc file not --extra-cflags and --extra-ldflags
Follow the issue
Follow the installation and add --enable-libfreetype.
I use --extra-cflags and --extra-ldflags to assign the path of libfreetype.
But meet the error ERROR: freetype2 not found using pkg-config and it try to use
pkg-config
to find freetype2 .pc file not--extra-cflags
and--extra-ldflags
freetype
The text was updated successfully, but these errors were encountered: