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".
aq4120 于 2008-06-25 21:50:55发表:
关键是配置吧,安装还好!
sclear 于 2008-06-23 11:09:08发表:
我要看图!!!!!!!
chdf199736 于 2008-06-20 23:18:27发表:
楼主厉害啊!!!!!!!!!!!!!!1
大宝 于 2008-06-02 21:45:39发表:
wine的官网上有rpm的包,也有deb的包,安装、使用很方便、很快捷的。
可能有人看到这又要跳出来批评“为什么不自己编译”“用安装包兼容性不好”等等。我只想说:首先,本人水平很菜,编译一次失败一次;其次,我可没那点闲功夫搞科研,一寸光阴一寸金,千金难买寸光阴;再者,兼容性的问题,偶到现在还没遇到。
linuxmania 于 2008-04-18 18:01:46发表:
需要把安装源文件放到wine目录下,然后运行 wine *.exe 就可以了。
yushun000 于 2008-04-17 12:40:48发表:
装了wine 怎么用啊 我XP下的软件该怎么在红旗linux中运行呢
ldyzq 于 2008-04-15 18:44:17发表:
这个不太复杂。
下载了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分钟啊!
nevinken 于 2008-04-15 14:07:02发表:
你好,请问你的wine是如何安装的呀?我在红旗6里怎样都安装不上。