FWIW, for people who want to build FreeType2 from source, I'd recommend using CMake to configure its build instead of ./configure. Recent FreeType2 versions have added a CMake build support, http://git.savannah.gnu.org/cgit/freetype/freetype2.git/tree/CMakeLists.txt.
Naturally the emscripten-ports version with "-s USE_FREETYPE=1" works as well, and can be much less of a hassle. 2016-08-07 13:24 GMT+03:00 李永 <[email protected]>: > YES, YES you are RIGHT !!! > I didn't notice *-s USE_FREETYPE=1 at all before* > > *and some libraries are there too, such as ogg, vorbis ....* > 在 2016年8月5日星期五 UTC+8下午6:35:02,Flix写道: > >> *[OT]*: AFAIR this is not the first post about the freetype library. >> It seems that a lot of people try to build the freetype library >> themselves. Why? >> >> When I add *-s USE_FREETYPE=1* to my command line, everything works as >> expected.. >> >> Is the "default" version too outdated ? >> > -- > You received this message because you are subscribed to the Google Groups > "emscripten-discuss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
