[Freetype-wiki-commit] [A freetype Wiki] Update of "FreeType DLL"
webmaster at freedesktop.org
webmaster at freedesktop.org
Sat Jun 10 04:51:05 PDT 2006
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "A freetype Wiki" for change notification.
The following page has been changed by MischaMegens:
http://freetype.freedesktop.org/wiki/FreeType_20DLL
------------------------------------------------------------------------------
+ = FreeType DLL with MinGW, easier method =
+
+ In MinGW/MSYS, just run ./configure with an extra option:
+ {{{
+ tar zxvf freetype-2.2.1.tar.gz
+ cd freetype-2.2.1
+ ./configure LDFLAGS='-no-undefined'
+ make
+ make install
+ }}}
+ It will create the .dll file automatically.
+
+
Please comment or modify this page if you find a mistake, or if you know some better ways.
More information about the freetype-wiki-commit
mailing list