当前位置:首页 > 系统运维 > 正文内容

Ubuntu 13.10 编译安装Wine 1.7的步骤

a8116255321年前 (2005-09-01)系统运维23

先安装依赖的库:

sudo apt-get install flex bison qt4-qmake

apt-get install libfreetype6-dev

apt-get install libjpeg-dev libpng-dev libxslt-dev libxml2-dev

apt-get install libxrender-dev

sudo apt-get install libgl1-mesa-dev

sudo apt-get install libglu1-mesa-dev

sudo apt-get install freeglut3-dev

apt-get install prelink

apt-get install libasound2-dev

下载最新的源代码:

http://prdownloads.sourceforge.net/wine/wine-1.7.4.tar.bz2

http://mirrors.ibiblio.org/wine/source/1.7/wine-1.7.4.tar.bz2

Wine 1.7.4 发布

解压源代码到当前用户目录下,进入目录:

tar jxvf wine-1.7.4.tar.bz2

cd wine-1.7.4

./configure --enable-win64

creating Makefile rules... done

configure: creating ./config.status

config.status: creating Make.rules

config.status: creating Make.tmp

config.status: creating include/config.h

config.status: linking AUTHORS to dlls/shell32/AUTHORS

config.status: linking tools/winewrapper to wine

config.status: linking tools/winewrapper to wine64

config.status: executing include/stamp-h commands

config.status: executing dlls/gdi32/dibdrv commands

config.status: executing dlls/gdi32/enhmfdrv commands

config.status: executing dlls/gdi32/mfdrv commands

config.status: executing dlls/kernel32/nls commands

config.status: executing dlls/user32/resources commands

config.status: executing dlls/wineps.drv/data commands

config.status: executing include/wine commands

config.status: executing Makefile commands

configure: libxcursor development files not found, the Xcursor extension won't be supported.

configure: libxi development files not found, the Xinput extension won't be supported.

configure: libxrandr development files not found, XRandr won't be supported.

configure: libxinerama development files not found, multi-monitor setups won't be supported.

configure: libxcomposite development files not found, Xcomposite won't be supported.

configure: libO *** esa development files not found (or too old), OpenGL rendering in bitmaps won't be supported.

configure: OpenCL development files not found, OpenCL won't be supported.

configure: libdbus development files not found, no dynamic device support.

configure: libgnutls development files not found, no schannel support.

configure: lib(n)curses development files not found, curses won't be supported.

configure: libsane development files not found, scanners won't be supported.

configure: libv4l development files not found.

configure: libgphoto2 development files not found, digital cameras won't be supported.

configure: libgphoto2_port development files not found, digital cameras won't be auto-detected.

configure: liblcms2 development files not found, Color Management won't be supported.

configure: gstreamer-0.10 base plugins development files not found, gstreamer support disabled

configure: OSS sound system found but too old (OSSv4 needed), OSS won't be supported.

configure: libcapi20 development files not found, ISDN won't be supported.

configure: libcups development files not found, CUPS won't be supported.

configure: fontconfig development files not found, fontconfig won't be supported.

configure: libg *** development files not found, g *** 06.10 codec won't be supported.

configure: libtiff development files not found, TIFF won't be supported.

configure: libmpg123 development files not found (or too old), mp3 codec won't be supported.

configure: libopenal development files not found (or too old), OpenAL won't be supported.

configure: libldap (OpenLDAP) development files not found, LDAP won't be supported.

configure: Finished.  Do 'make' to compile Wine.

现在可以编译了。运行make,等待吧。一个小时候编译完成。然后运行make install

或者可以以非root用户的身份进入tools目录,运行:

./wineinstall

它会自动编译并安装程序,中间会提示输入管理员密码。

安装到了/usr/local/bin目录下

运行命令检查版本:

ine64 --version

wine-1.7.4

然后创建一个wine链接,否则很多程序不能用, 比如winecfg。

sudo ln -s /usr/local/bin/wine64 /usr/local/bin/wine

扫描二维码推送至手机访问。

版权声明:本文由2345好导航站长资讯发布,如需转载请注明出处。

本文链接:http://2345hao.cn/blog/index.php/post/15577.html

分享给朋友:

“Ubuntu 13.10 编译安装Wine 1.7的步骤” 的相关文章

windows 7/8.1正在启动windows时间长的解决方法

windows 7/8.1正在启动windows时间长的解决方法

正在启动windows时间长怎么办 小编带来了Windows 7/8.1正在启动windows时间长解决方法,假如有朋友在安装完Windows系统之后一直停留在“正在启动windows”的话,不妨试一试下文的方法哦~ 原因:Windows 7/8.1不完全支持UEFI,需要CSM(Comp...

如何删除自带的不常用应用为windows 7减负

如何删除自带的不常用应用为windows 7减负

对于Windows 7系统来说,其默认安装的许多工具是我们很少使用或从来不用的,比如系统自带的扫雷、纸牌游戏等。删除此类长期不用的系统组件,不但可以让系统更清爽,更重要的是还可以提高系统的运行速度,特别是对于硬件配置相对较低的上网本来说,尤其如此。接下来,笔者就给大家介绍一下如何删除Windows...

windows 7系统重装后卡在正在启动Windows开机界面怎么办

windows 7系统重装后卡在正在启动Windows开机界面怎么办

重装系统是我们面对许多电脑问题时的终极方法,不过重装系统也不意味着就能将全部的问题都修复。一些用户在重装系统后开机时,电脑卡在“正在启动Windows”开机界面上了,这要怎么解决呢? Windows 7系统重装后卡在开机界面的解决方法: 一、首先可以看看该故障出现的原因是否是因为启动了acp...

ubuntu14.04打开个几个应用窗口最小化后怎么切换呢?

ubuntu14.04打开个几个应用窗口最小化后怎么切换呢?

ubuntu14.04应用窗口列表在哪里?在ubuntu下打开个几个应用窗口最小化后怎么切换呢,应用窗口列表在哪里呢? 1、多打开几个chrome浏览器窗口。 2、然后都做最小化处理。 3、现在我们在桌面左边的面板上找到"左右两边有小白点"的chrome浏览器应用图标,这就是chr...

windows 7如何给c盘扩容 图解windows 7 64位系统C盘扩容方法(自

windows 7如何给c盘扩容 图解windows 7 64位系统C盘扩容方法(自

用Windows 7久了,C盘越来越大,原来50G的空间基本用完了,又不想重装系统,就想着能不能直接扩容。 在网上搜了半天,看了无数教程,都写得不明不白的,结合了几篇教程才终于搞明白。 重新总结一下,方便有需要的人。 所用软件: http://www.jb51.net/softs/57895...

windows7系统下让所有文件夹都使用同一种视图的方法

windows7系统下让所有文件夹都使用同一种视图的方法

Windows 7系统可以对每个文件夹进行个性化视图设置,可以根据自己的个人喜好和实际需要更改文件或文件夹图标的大小,或者让文件或文件夹以列表、平铺等方式显示。但是,假如你对N个文件夹视图进行了风格各异的个性设置,现在又想让所有文件夹都使用同一种视图怎么办呢 手工一个一个修改,你OUT了,非累得手抽...