lapeqq 发表于 2006-7-28 16:31:39

那位大虾能帮忙告诉我怎样在VC编译freetype2.1.4

我看了它的文档好几遍都没弄懂,下面是直接编译的英文文档:
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

cobranail 发表于 2006-7-28 17:05:12

gcc编译freetype很简单,文章很多
vc的问题去问问microsoft吧,如果它也不知道答案,估计没有人知道了

lapeqq 发表于 2006-7-28 17:07:54

我在网上找了很久都找不到,版主大人推荐一下吧,谢谢了

lophyxp 发表于 2006-7-28 17:11:00

下载ft214.zip,而不是freetype-2.1.4.tar.bz2(gz)

VirusCamp 发表于 2006-7-28 20:08:02

如果 freetype 的文档里没有说到 vc, 大概就不能用 vc 编译.

你可以试试 mingw 或 cygwin , 都是 gcc 的 win 版.

cygwin 肯定是可以的.
页: [1]
查看完整版本: 那位大虾能帮忙告诉我怎样在VC编译freetype2.1.4