wine问题

wine问题

为什么我在编译wine的时候出现以下错误。
checking for -lfreetype... not found
configure: error: FreeType 32-bit development files not found. Fonts will not be built.
Use the --without-freetype option if you really want this.
[root@localhost wine-1.1.11]# make depend
make: *** 没有规则可以创建目标“depend”。 停止。
[root@localhost wine-1.1.11]# uninstall
bash: uninstall: command not found
[root@localhost wine-1.1.11]# make unistall
make: *** 没有规则可以创建目标“unistall”。 停止。      
没有安装 freetype 吧!
如果不想使用字体,可以加上 --without-freetype 选项!