When I try to build the library i get this error.
Could NOT find Freetype (missing: FREETYPE_LIBRARY) (Required is at least
version “2.8”)
When I try to build the library i get this error.
Could NOT find Freetype (missing: FREETYPE_LIBRARY) (Required is at least
version “2.8”)
Hmm. You’ll need to provide a .lib
file for the linker to use freetype. It’s probably near the paths indicated in the FREETYPE_INCLUDE_DIR_*
variables.
Okay, thanks, I’m lost with this world.