android - How to compile FreeType2 for Tizen? -


i'm developing native tizen application requires freetype2 drawing fonts.

i have searched documentation http://www.freetype.org , docs/ included in archive website, there no info on how with.

i managed build static library android under ubuntu. works fine on android , figured use on tizen. although application compiles , ft_init_freetype( &library ) succeeds, crashes on ft_new_face or ft_new_memory_face.

anyone has idea on how make static library tizen ?

it turns out can use install.any docs make own project in tizen ide , build custom library compiled it.


Comments

Popular posts from this blog

Unable to remove the www from url on https using .htaccess -