fedora install wine

来源:互联网 发布:武直10和阿帕奇 知乎 编辑:程序博客网 时间:2024/06/05 18:00

  例子:下面以wine-0.9.2讲解。
   用普通用户登录,将下载下来的wine-0.9.2.tar.bz2或者wine-0.9.2.tar.gz复制到你的
   /home/用户名 
   目录下面。
   打开终端,在里面输入:
   cd /home/用户名
   tar xvfz Wine-wine-0.9.2.tar.gz或者tar jxvf wine-0.9.2.tar.bz2
   cd wine-0.9.2
   ./tools/wineinstall

   之后他会自动./configure ,然后显示:


We need to install wine as root user, do you want us to build wine,'su root' and install Wine?   Enter 'no' to continue without installing
(yes/no) 
   打上yes回车。

   如果在此处出现错误,请检查此命令的输出,如果他没有找到一些需要的包,而你又希望使用那个包提供的功能时,请安装相应的 devel 包(mandrake 下的命名方法)。

如果你root用户设置了密码,还会提示你输入密码!


   待屏幕上出现:
Installation complete for now. Good luck (this is still alpha software).
If you have problems with WINE, please read the documentation first,
as many kinds of potential problems are explained there.
   表示你已经安装成功了!



之后你可以运行 wine --version 就可以看到你刚装的wine版本。