分页: 1 / 1

编译wine1.5时出错

发表于 : 2012-10-26 19:05
zhangzimou
编译wine1.5时出错,显示:
checking for -lfreetype... not found
configure: error: FreeType development files not found. Fonts will not be built.
Use the --without-freetype option if you really want this.
咋办啊??

Re: 编译wine1.5时出错

发表于 : 2012-10-26 19:07
lxr1234
安装freetype或者屏蔽啊

Re: 编译wine1.5时出错

发表于 : 2012-10-26 19:47
zhangzimou
lxr1234 写了:安装freetype或者屏蔽啊
我 sudo apt-get install freetype 找不到。。。
然后 sudo aptitude install freetype,有好多,不知道是哪一个。。

Re: 编译wine1.5时出错

发表于 : 2012-10-26 19:49
YeLee
开发包啊libfreetype6-dev。

Re: 编译wine1.5时出错

发表于 : 2012-10-27 1:23
funicorn
apt-cache search freetype | perl -ne 'print if /freetype/ && /dev/'