编译wine1.5时出错

Wine、Cedega、CrossOver 等配置
回复
zhangzimou
帖子: 61
注册时间: 2012-10-21 11:33
系统: ubuntu12.04

编译wine1.5时出错

#1

帖子 zhangzimou » 2012-10-26 19:05

编译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.
咋办啊??
头像
lxr1234
帖子: 721
注册时间: 2009-04-10 11:15
来自: 三民主义国国民权利省我的选择市中共下台镇

Re: 编译wine1.5时出错

#2

帖子 lxr1234 » 2012-10-26 19:07

安装freetype或者屏蔽啊
强烈反对M$的ARM Secure Boot 锁定要求,大家请签名反对
http://www.fsf.org/campaigns/secure-boo ... cted-boot/
zhangzimou
帖子: 61
注册时间: 2012-10-21 11:33
系统: ubuntu12.04

Re: 编译wine1.5时出错

#3

帖子 zhangzimou » 2012-10-26 19:47

lxr1234 写了:安装freetype或者屏蔽啊
我 sudo apt-get install freetype 找不到。。。
然后 sudo aptitude install freetype,有好多,不知道是哪一个。。
头像
YeLee
论坛版主
帖子: 26406
注册时间: 2008-08-13 8:48
系统: Fundu i64
来自: 东海硇州,一双管钥。
联系:

Re: 编译wine1.5时出错

#4

帖子 YeLee » 2012-10-26 19:49

开发包啊libfreetype6-dev。
◎当我站在道德的高度上俯视别人的时候,发现自己是多么渺小。
♥执着但不偏激,反对而不排斥,坚决捍卫矛盾体的存在方式。
★★★天气预报★★★
fcitx-yatable一个可以使用的码表输入法
[教程]几个实例攻克软件编译难关
Gentoo Development Guide
字体相关
funicorn
帖子: 1318
注册时间: 2005-09-13 4:56
系统: Ubuntu Jammy Jellyfi

Re: 编译wine1.5时出错

#5

帖子 funicorn » 2012-10-27 1:23

apt-cache search freetype | perl -ne 'print if /freetype/ && /dev/'
回复