Software Development

How to compile freetype2 for the iPhone

Posted by on Aug 18, 2009 in Company Updates, Software Development | 9 comments

This is a quick howto which will help you compile freetype2 for you to use in your iPhone/iTouch app or game. But first you should know that you can find the freetype2 libraries pre-compiled for the iPhone and iPhone simulators within in these openFramework zips. We use this in our iPhone game NanoMechs But if you’d still like to compile your own, we want to get the latest freetype src: [code] curl -O http://mirror.its.uidaho.edu/pub/savannah/freetype/freetype-2.3.9.tar.bz2 [/code] Next go ahead and unzip, you could always leave the archive there just in case: [code] tar -jxvf...

Read More