> Where can I find complete documentation on how to include the
> FreeType 2 library in an Xcode project?
You are on the wrong list with this question since FreeType is not
specific to Xcode, sorry. The general outline should be generic;
there is nothing special in installing using FreeType:
. add the path to the FreeType headers to the list of include files
(if not installed at the default place)
. add the path to the FreeType library to the list of library
directories (if not installed at the default place)
. add FreeType to the list of libraries to link with
Note that I've never used or even seen Xcode...
Werner
_______________________________________________
Freetype-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/freetype-devel