红联首页 凝聚Linux人的力量
菜鸟过关 | 精华文档 | 同城人(交友) | 我与Linux的故事 | Linux新闻 | Linux视频 | Linux人才 | 软件下载 | 大学校园 | English
发新话题
打印

搞了半天,终于搞定Wine,安装了大智慧看行情呢

搞了半天,终于搞定Wine,安装了大智慧看行情呢

贴一张图,晒一晒。

附件: 您所在的用户组无法下载或查看附件
抛弃盗版,支持Linux

TOP

你好,请问你的wine是如何安装的呀?我在红旗6里怎样都安装不上。

TOP

这个不太复杂。
下载了WINE,打开,进入/tools目录,在该目录下,以root的身份,运行sh wineinstall,进入快速安装。一切都好顺利。
请看帮助文档:
QUICK START

Whenever you compile from source, it is recommended to use the Wine
Installer to build and install Wine.  From the top-level directory
of the Wine source (which contains this file), run:

./tools/wineinstall

Run programs as "wine program".  For more information and problem
resolution, read the rest of this file, the Wine man page, and
especially the wealth of information found at http://www.winehq.org.

COMPILATION

In case you chose to not use wineinstall, run the following commands
to build Wine:

./configure
make depend
make

This will build the program "wine" and numerous support libraries/binaries.
The program "wine" will load and run Windows executables.
The library "libwine" ("Winelib") can be used to compile and link
Windows source code under Unix.

To see compile configuration options, do ./configure --help.

To upgrade to a new release by using a patch file, first cd to the
top-level directory of the release (the one containing this README
file). Then do a "make clean", and patch the release with:

    bunzip2 -c patch-file | patch -p1

where "patch-file" is the name of the patch file (something like
wine-0.9.x.diff.bz2). You can then re-run "./configure", and then
run "make depend && make".

注意:如果你选了普通安装,可能要45分钟啊!
抛弃盗版,支持Linux

TOP

装了wine 怎么用啊 我XP下的软件该怎么在红旗linux中运行呢

TOP

需要把安装源文件放到wine目录下,然后运行 wine  *.exe 就可以了。

TOP

引用:
原帖由 nevinken 于 2008-4-15 14:07 发表
你好,请问你的wine是如何安装的呀?我在红旗6里怎样都安装不上。
wine的官网上有rpm的包,也有deb的包,安装、使用很方便、很快捷的。
可能有人看到这又要跳出来批评“为什么不自己编译”“用安装包兼容性不好”等等。我只想说:首先,本人水平很菜,编译一次失败一次;其次,我可没那点闲功夫搞科研,一寸光阴一寸金,千金难买寸光阴;再者,兼容性的问题,偶到现在还没遇到。

TOP

楼主厉害啊!!!!!!!!!!!!!!1

TOP

我要看图!!!!!!!

TOP

关键是配置吧,安装还好!

TOP

发新话题