This article introduces the use of wine for beginners.
Download wine
Latest wine (recommended to download)
http://www.linux-easy.com/daily/RPMS/wine-20011106-1.i386.rpm
Known as "Bring Windows to Linux" CodeWeavers wine
ftp://ftp.codeweavers.com/pub/wine/codeweavers-wine-20010626-4.i386.rpm
Note: CodeWeavers wine is a commercial software that can only download his preview version for free, exactly 1.0 edition, to Money.
Install wine
RPM-IVH wine-20011106-1.i386.rpm
Or
RPM-IVH codeweavers-wine-20010626-4.i386.rpm
Uninstall wine
RPM-E Wine
Set wine
Wine settings need to modify the ~/.wine/config file, as follows.
mkdir ~/.wine #建立. Wine Directory
Wine #生成 config file in ~/.wine
VI ~/.wine/config #编辑config文件, if not used VI, can be replaced Kedit
The following is a typical config file
......
[Drive C]
Path=/usr/share/wine-c
Type=hd
Label=ms-dos
Filesystem=win95
......
Because wine DLL files are in an endless stream of errors, if you have M$-windows installed on your computer, you can let wine share your Windows DLL files as follows.
Mkdir/mnt/win-c
Mount/dev/hd?? /mnt/win-c #挂接windows所在的分区, such as hook, can not use these two parts
Modify a section of config to
[Drive C]
Path=/mnt/win-c
Type=hd
Label=ms-dos
Filesystem=win95
At this point, the basic wine settings are complete.
CodeWeavers Wine has a wizard for "Wine Setup Wizard," which is easier to run in X
Winesetup
or "menu", "System", "Winesetup". See also for details:
http://www.codeweavers.com/technology/wine/tour.php
Run the card game under m$-windows with wine (sol.exe)
Suppose you've hooked up your Windows partition to/mnt/win-c and entered a command under X's Terminal
Wine/mnt/win-c/windows/sol.exe
Or
Wine C:\windows\sol.exe
In addition, "Sol.exe" can be omitted as "Sol"
CodeWeavers Wine Run a few other Windows programs to catch the picture
http://www.codeweavers.com/technology/wine/screenshots.php
Please forgive me for not knowing how to upload the capture map.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.