热门

最新

红包

立Flag

投票

同城

我的

发布
jxj405803
jxj405803
3 年前
truejxj405803

Wine编译安装问题?

幽迷狂

于 2018-10-15 18:31:11 发布

7125
已收藏 9
分类专栏: Linux 文章标签: linux wine i386 deepin

Linux
专栏收录该内容
11 篇文章0 订阅
订阅专栏
1、./configure时出现Cannot build a 32-bit program, you need to install 32-bit development libraries.

解决:sudo apt-get install gcc-multilib g++-multilib

2、error: X 32-bit development files not found. Wine will be built
without X support, which probably isn't what you want. You will need
to install 32-bit development packages of Xlib at the very least.
Use the --without-x option if you really want this.

解决:sudo apt-get install libx11-dev:i386

3、configure: error: FreeType 32-bit development files not found

解决:sudo apt-get install libfreetype6-dev:i386 libfreetype6-dev

如果已安装,sudo ln -s /usr/include/freetype2 /usr/include/freetype

4、其他库

sudo apt-get install libxrender-dev:i386 libgnults-dev:i386

CSDN App 扫码分享
分享
1
点赞
打赏
  • 复制链接
  • 举报
下一条:
一切努力都是值得的,加油!
立即登录