Compiling FreeType for iPhone?

前端 未结 7 1844
一个人的身影
一个人的身影 2020-12-05 16:38

I\'m using FreeType on Windows, Linux and OSX without a single problem, and now I was to port my tech to IOS... And I can\'t find a way to have FreeType compiled for it.

7条回答
  •  温柔的废话
    2020-12-05 17:01

    This shell script works for me, x86_64. You maybe need to have a look.

    I used it to compile freetype2.5.5, and got armv7, arm64, i386, x86_64.Of course it lipo to a single fat static library.

提交回复
热议问题