Hi
I've compiled and linked to the libfreetype2.dylib. Now how to have it portable to other Macs?
If I link to .a I get bzip errors . Basically the same as here:
https://stackoverflow.com/questions/26888332/static-freetype-has-dependencies-libfreetype-6-dylib
but I can't set this in xcode linker flags. I get unrecognised option
The other would be to ship with my app libfreetype2.dylib? But that would cause errors if users don't have libpng etc.
installed?
Many thanks and regards