Fedora8 compilation and installation wine

Source: Internet
Author: User

Finally, I still use Linux or fedora8. Here is the installation of wine.

 

Method 1
It is important to log on with a common user. Decompress the downloaded * .tar.bz2. After decompression, this is the original code installation package, and enter the directory on the terminal. Run:
./Tools/wineinstall.

Example: wine-0.9.2 is used as an example.
Copy the downloaded wine-0.9.2.tar.bz2 wine-0.9.2.tar.gz to your
/Home/User Name
Directory.
Open the terminal and enter:
CD/home/User Name
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

Then it 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)
Press yes and press Enter.

If an error occurs here, 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, install the corresponding devel package (the naming method under Mandrake ).

If your root user sets a password, you will be prompted to enter the password!

To appear on the screen:
Installation complete for now. Good luck (this is still Alpha software ).
If you have problems with wine, please read the documentation first,
As your kinds of potential problems are explained there.
It indicates that you have successfully installed it!

Then you can run wine -- version to see the wine version you just installed.

Method 2,
Log on as the root user. Go to the wine source code installation package directory and execute
./Configure
Make depend
Make
Make install

Take wine-0.9.2 as an example:
Copy the downloaded wine-0.9.2.tar.bz2 wine-0.9.2.tar.gz to your
/Root/
Directory.
Open the terminal and enter:
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 an error occurs here, 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, install the corresponding devel package (the naming method under Mandrake ).
Make depend & make install
Wine

If no problem exists, wine will be compiled and installed to your system.


Configure wine:
Run wincfg on the terminal. Most wine functions (such as) can be configured here ). for detailed configuration methods, please refer to the instructions for configuring wine ..... if you are in trouble, you can use easywine to configure wine for you!

Related Article

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.