我看了它的文档好几遍都没弄懂,下面是直接编译的英文文档:
Direct compilation
You can also directly compile the library from the command line by using these simple rules:
You should place the directories freetype2/include and freetype2/src in your include path in order to compile any component of the library. You can also add the system-specific build directory (i.e. builds/system/) in the case where an alternate implementation of some of the components is available there (e.g. the memory-mapped i/o implementation on some Unix systems).
The components of the library are located in sub-directories of src, for example: src/base, src/truetype, etc.
Each component is normally compiled through a single C file that wraps other sources in the component's directory. For example, you should build the TrueType font driver by compiling the file src/truetype/truetype.c. The list of C files to compile for a feature-complete build of the library is given in the BUILD document.
请教在windows下用VC6怎么连接freetype2或者在redhat下用gcc怎么连接freetype2.1.4