Chlumsky / msdfgen

Multi-channel signed distance field generator
MIT License
3.98k stars 412 forks source link

FreeType lib for x64? #66

Closed tkgamegroup closed 5 years ago

tkgamegroup commented 6 years ago

Hi, i found there is no x64 lib for FreeType, can we add it?

ckohnert commented 6 years ago

You can try installing freetype libs locally and then using CMake instead of the embedded lib. (CMake is used on mac to build but should work fine on Windows too.)

tkgamegroup commented 6 years ago

Having both x86 and x64 libs would be nice, since i want a one-click cmake generation : ).

Chlumsky commented 5 years ago

Windows version added, as well as 64-bit build.