http://fedoraproject.org/wiki/AndreasBierfert/Wine
yum install wine
ok!
www.wine
hq.org/
baidu (fedora install wine)
http://hi.baidu.com/dongfengxiao/blog/item/02834459043b952d2834f0a3.html
--------------------------------
Foreword:
According to the Netcraft website survey, more than 75% of the hosts on the Internet now use Linux as the operating system. As a server operating system, Linux has established a firm foothold, but operating on the desktop
On the operating system, it is Microsoft's "disastrous to death" alone. This is not to say that Linux is not good. I think the big reason is that there are too few applications.
Office, no Winamp, even Gimp, which advertises to be able to compete with PhotoShop, seems to me so, let alone the sky-high OICQ clone, but there is no like
OICQ under Windows is so easy to use!
In fact, Linux developers realized this very early, and they also developed DosEmu that can be used under DOS and Wine (Wine that can use Windows software).
Is Not a
Emulator, Wine is more than an emulator). To be honest, I used Wine the year before, but it took me two days to use the "Notepad" under Windows.
It was really miserable. Unconsciously visited the Wine site for two days and found Wine
1.0 is coming soon, and the features are not what they used to be: can ACDSee, WinAmp, WinZip or even "StarCraft" be played?
Ready to work:
If you don't have a GCC compiler in your current Linux system, first you must install the development package of your Linux distribution. The GCC compiler will be installed on your system!
Although there are various installation versions of wine RPM and other compiled installation packages on the Internet, I suggest to compile it yourself, otherwise there will be many library files that simulate windows will not be called, and the function of wine is halved. It is often said why the software simulated by others cannot be simulated by themselves, and it is often made for this reason.
Download wine:
The latest version of wine is now wine 0.9.51. Now I am using wine-0.9.51, so I will explain it with wine-0.9.51.
Wine download connection:
http://dl.pconline.com.cn/html_2/1/59/id=40432&pn=0&linkPage=1.html
There is the latest wine-0.9.51 download
Dismantling wine:
If you originally installed wine, you must disassemble the original wine before compiling and installing the new version of wine. How do I know if wine was originally installed?
Run wine --version in the terminal. If the wine version number is displayed, then wine exists on your system.
If it was originally installed by rpm, you can execute rpm -e wine.
If the source code was originally installed, enter the directory where the wine was originally compiled and execute make unistall.
All of the above need to log in as the root user
Install wine:
Downloaded is the source code compressed package of * .tar.bz2.
There are 2 ways to compile wine below.
Method one (this is the simplest method, I also recommend you to use this method)
Logging in with an ordinary user is important. Unzip the downloaded * .tar.bz2. After decompression, this is the original code installation package, enter the directory in the terminal. run:
./tools/wineinstall Answer as prompted.
Example: The following explains with wine-0.9.2.
Log in as a normal user and copy the downloaded wine-0.9.2.tar.bz2 or wine-0.9.2.tar.gz to your
/ home / username
Below the directory.
Open the terminal and enter:
cd / home / username
tar xvfz Wine-wine-0.9.2.tar.gz or tar jxvf wine-0.9.2.tar.bz2
cd wine-0.9.2
./tools/wineinstall
After that, he will automatically ./configure and then display:
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)
Hit yes to enter.
If there is an error here, please check the output of this command. If he does not find some required packages, and you want to use the functions provided by that package, please install the corresponding devel package (the naming method under mandrake).
If your root user sets a password, you will also be prompted to enter the password!
Wait until the screen appears:
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.
That you have successfully installed!
Then you can run wine --version to see the wine version you just installed.
Method Two,
Log in as the root user. Go to the directory of the wine source installation package and execute in turn
./configure
make depend
make
make install
Also take wine-0.9.2 as an example:
Log in as the root user and copy the downloaded wine-0.9.2.tar.bz2 or wine-0.9.2.tar.gz to your
/ root /
Below the directory.
Open the terminal and enter in order:
cd / root
tar xvfz wine-0.9.2.tar.gz or tar jxvf wine-0.9.2.tar.bz2
cd wine-0.9.2
./configure --prefix = / usr / local / wine
If there is an error here, please check the output of this command. If he does not find some required packages and you want to use the functions provided by that package, please install the corresponding devel package (named under mandrake).
make depend && make && make install
wine
If there are no accidents, wine will be successfully compiled and installed on your system.
Configure wine:
Run wincfg in the terminal, where you can configure most of the wine functions (eg). For detailed configuration methods, please refer to the instructions on how to configure wine, to be continued ... Of course, if you feel troublesome, you can use EasyWine to help you configure the wine!
------------------------
Fedora
Linux system
Wine
installation
Office 2003
20081221
Installation
The process is as follows:
First install
The latest version of wine
-1.0-rc2 and compile and install
.
Perform winecfg configuration:
Add richedit20.dll, richedit32.dll and msxml3.dll as default libraries, ie native (Windows)
Renamed the above three dll files to * .bak files respectively
Download richedit30.exe and use wine
Perform the installation
This file.
# Wine
richedit30.exe
Then download and install
msxml3.msi
#Wine
msIExec / i msxml3.msi
Then you can download the installation of Office2003
Program to install
Off:
#Wine
setup.exe
Installation
After finishing, you can run:
# Cd ~ / .wine
/ drive_c / Program Files / Microsoft Office / OFFICE11
# LC_ALL = zh_CN.UTF8 wine
WINWord
Input method problem: Microsoft Pinyin input method cannot be used in word.
Switch between Chinese and English: Use the input method when entering Chinese. When entering English, be sure to change the ctrl-space to full English input status, otherwise the layout will be messed up. In short, in non-Chinese input state, just ctrl-space! This will not mess up.
Multi-selection problem: If you are in the multi-selection state only by pressing the arrow keys, just click left shift and then right shift.
OK.
http://www.01hr.com/wenzhang/1215783.htm
richedit30 and msxml3:
http://media.codeweavers.co
m / pub / crossover / office / support / richedit30.exe
http://www.microsoft.com/downloads/details.aspx?displaylang=zh-cn&FamilyID=28494391-052b-42ff-9674-f752bdca9582
How to install wine under Fedora
Author, Xiaofeng
1. First of all, you have to play in wine
I use wine-0.9.18.tar.bz2
2. Unzip
tar jxvf wine-0.9.18.tar.bz2 -C / usr / local / src
3. Enter the directory you just unzipped
cd /usr/local/src/wine-0.9.18
4. Start the installation
./tools/wineinstall
5, start waiting
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)
There will appear to let you choose yes or no, of course we choose yes.
6. Successful installation
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.
Special Note
If the following prompt appears during the installation of wine-0.9.49.tar.bz2
You are running wineinstall as root, this is not advisable. Please rerun as a user.Aborting.
This means you must use a normal user to run this command
To execute chown to an ordinary user, then run the / tools / wineinstall command.