• linkedu视频
  • 平面设计
  • 电脑入门
  • 操作系统
  • 办公应用
  • 电脑硬件
  • 动画设计
  • 3D设计
  • 网页设计
  • CAD设计
  • 影音处理
  • 数据库
  • 程序设计
  • 认证考试
  • 信息管理
  • 信息安全
菜单
linkedu.com
  • 网页制作
  • 数据库
  • 程序设计
  • 操作系统
  • CMS教程
  • 游戏攻略
  • 脚本语言
  • 平面设计
  • 软件教程
  • 网络安全
  • 电脑知识
  • 服务器
  • 视频教程
  • bios
  • 系统安装
  • 系统进程
  • Windows
  • LINUX
  • RedHat/Centos
  • Ubuntu/Debian
  • Fedora
  • Solaris
  • 麒麟系统
  • 红旗Linux
  • 苹果MAC
  • 注册表
  • 其它系统
您的位置:首页 > 操作系统 >Ubuntu/Debian > ubuntu12.04 命令行安装Wine1.7的方法

ubuntu12.04 命令行安装Wine1.7的方法

作者:佚名 字体:[增加 减小] 来源:互联网 时间:2017-05-12

佚名 通过本文向大家介绍了ubuntu12.04,ubuntu12.04下载,ubuntu12.04安装教程,ubuntu12.04 64下载,ubuntu12.04安装图解等相关知识,希望对您有所帮助,也希望大家多多支持linkedu.com

打开终端执行一下命令,在安装过程中会提示你是否同意协议,点击Enter:

sudo add-apt-repository ppa:ubuntu-wine/ppa
sudo apt-get update && sudo apt-get install wine1.5

Ubuntu 13.10 编译安装Wine 1.7

先安装依赖的库:

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: libOSMesa 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: libgsm development files not found, gsm 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

</div>
分享到:QQ空间新浪微博腾讯微博微信百度贴吧QQ好友复制网址打印

您可能想查找下面的文章:

  • 解析阿里云ubuntu12.04环境下配置Apache+PHP+PHPmyadmin+MYsql_PHP教程
  • 手动安装phpunit_PHP教程
  • ubuntu12.04使用c编写php扩展模块教程分享_PHP教程
  • ubuntu12.04使用c编写php扩展模块教程_PHP教程
  • 用U盘安装Ubuntu12.04完美对策
  • 在window7下远程登录ubuntu12.04系统的三种有效方法
  • Win7和Ubuntu12.04 双系统重装win7引导不见问题的解决方案
  • Ubuntu怎么修改apt-get更新源?
  • ubuntu12.04环境下使用kvm ioctl接口实现最简单的虚拟机
  • ubuntu12.04中怎么修改图形界面关闭按钮位置?

相关文章

  • 2017-05-12Canonical 集成Unity8到ubuntu的细节计划
  • 2017-05-12怎么在ubuntu12.04安装nexus-2.10.0-02-maven私有仓库?
  • 2017-05-12ubuntu系统如何设置代理上网?
  • 2017-05-12Ubuntu系统下升级内核的方法
  • 2017-05-12Ubuntu系统中Git客户端的安装与基本命令使用教程
  • 2017-05-12ubuntu12.04卡死的解决方法(ubuntu查看内核以及升级内核的方法)
  • 2017-05-12Ubuntu Server服务器备份与还原备份命令分享
  • 2017-05-12Ubuntu Gnome下如何修改应用图标icon?
  • 2017-05-12Ubuntu与Debian下apt-get软件安装与删除的相关命令
  • 2017-05-12在Ubuntu上使用Gnome DO和Awesome

文章分类

  • bios
  • 系统安装
  • 系统进程
  • Windows
  • LINUX
  • RedHat/Centos
  • Ubuntu/Debian
  • Fedora
  • Solaris
  • 麒麟系统
  • 红旗Linux
  • 苹果MAC
  • 注册表
  • 其它系统

最近更新的内容

    • Ubuntu 16.04系统总的启动器栏该怎么设置?
    • Ubuntu系统下Xen虚拟机的基本安装方法
    • apt-get下载文件的存放目录处理方法
    • Ubuntu 14.04 系统下安装 SteamOS 会话的方法
    • Ubuntu安装屏幕录像工具Simple Screen Recorder的方法
    • U盘启动安装ubuntu kylin失败该怎么解决?
    • ubuntu下网页打开慢的解决方法
    • Ubuntu系统中图片编辑程序ImageMagick的安装教程
    • ubuntu 11.10输入法图标不显示的解决方法(图文教程)
    • Debian系统中将ISO镜像作为本地包管理器软件源的操作实录

关于我们 - 联系我们 - 免责声明 - 网站地图

©2020-2025 All Rights Reserved. linkedu.com 版权所有