freetype-windows-binaries
freetype-windows-binaries copied to clipboard
Windows binaries of FreeType
Results
2
freetype-windows-binaries issues
Sort by
recently updated
recently updated
newest added
I want to compile my program with MinGW, but am unable to do so because the MSVC .lib formats are incompatible with GNU. If you could provide ones compiled with...
Follow the [installation](https://docs.nvidia.com/video-technologies/video-codec-sdk/ffmpeg-with-nvidia-gpu/#compiling-for-windows) and add `--enable-libfreetype`. I use `--extra-cflags` and `--extra-ldflags` to assign the path of libfreetype binary. But meet the error `ERROR: freetype2 not found using pkg-config` and it...