Friday, July 11, 2014

Wine 1.6.2 Stable Released � Install in RHEL, CentOS and Fedora

Wine is an open source and free application for Linux that enables users to run any windows based application on Unix/Linux like operating system. Wine team is keep releasing their versions in every two weeks.
Finally, the Wine team proudly announced the stable release of Wine 1.6.2 and made available for download in source and binary packages for various distributions such as Linux,Windows and Mac.
This release describes 25 months of development struggle and brings more than 10000 new individual changes.
The core feature in this stable release of Wine is the implementation of color management support reached to liblcms version 2. As well as fixed several bug fixes for the Windows games and tools such as: Resident Evil 2 Max Payne 2, Unreal Tournament GOTY, FEAR Combat, Age of Empires II, Windows Installer Cleanup, League of Legends, NVIDIA CUDA Toolkit v5.5, FL Studio, and a few other core changes.
For a complete summary of major changes, See the release notes of Wine 1.6.2 athttp://www.winehq.org/announce/1.6.2
Install Wine in Linux
Install Wine in Linux
In this article we will guide you a simplest way to install latest release of Wine 1.6.2 version in RHEL 6.5/6.4/6.3/6.2/6.1/6/5.9/5.8/5.6CentOS 6.5/6.4/6.3/6.2/6.1/6/5.9/5.8/5.6and Fedora 20,19,18,17,16,15,14,13,12 using source code.
Install Wine 1.6.2 in RHEL 6.5/6.4/6.3/6.2/6.1/6/5.9/5.8CentOS 6.5/6.4/6.3/6.2/6.1/6/5.9/5.8 and Fedora 20,19,18,17,16,15,14,13,12

Installing Wine 1.6.2 in RHEL, CentOS and Fedora

Step 1: Installing Dependency Packages

We need to install �Development Tools� with some core development tools such gccflex,bisondebuggers etc. these software�s are must required to compile and build new packages, install them using YUM command.
# yum -y groupinstall 'Development Tools'
# yum -y install libX11-devel freetype-devel

Step 2: Downloading Wine 1.6.2

Download the source file using Wget command under /tmp directory as a normal User.
$ cd /tmp
$ wget http://citylan.dl.sourceforge.net/project/wine/Source/wine-1.6.2.tar.bz2

Step 3: Extracting Wine 1.6.2

Once the file is downloaded under /tmp directory, use the below commands to extract it.
$ tar -xvf wine-1.6.2.tar.bz2 -C /tmp/

Step 4: Installing Wine 1.6.2

It is recommended to compile and build Wine installer as a normal User. Run the following commands as normal user. (Note : The installer might take up-to 20-30 minutes and in the middle it will ask you to enter root password).
On 32-Bit Systems
$ cd wine-1.6.2/
$ ./tools/wineinstall
On 64-Bit Systems
$ cd wine-1.6.2/
$ ./configure --enable-win64
$ make
# make install
Once the installation completes run the �winecfg� configuration tool from KDE or GNOMEdesktop to see the supported configuration. If you don�t have any of the desktop, you can install it by using the below command as root user.
# yum groupinstall "X Window System" "GNOME Desktop Environment"
OR
# yum groupinstall "X Window System" "KDE (K Desktop Environment)"
Once the X Window System installed, run the command as normal user to see wine configuration.
$ winecfg             [On 32-Bit System]
$ wine64cfg [On 64-Bit System]
Winecfg Screen
Winecfg Screen

Step 5: Running Wine 1.6.2

To run the Wine, you must specify the full path to the executable program. For example shown below.
$ wine notepad
$ wine notepad.exe
$ wine c:\\windows\\notepad.exe
Running Wine in KDE
Running Wine in KDE
Wine is not perfect, because while using wine we see so many programs crashes. I think wine team will soon fix all bugs in their upcoming version and meanwhile do share your comments using our below form.

#source : http://www.tecmint.com/install-wine-in-rhel-centos-and-fedora/

No comments:

Post a Comment