Install Wine on CentOS 6 64bit

Disclaimer: These instructions are one method for installing the recommended packages for wine with png support. 
Do so at your own risk, we take no responsibility for any problems resulting from this.
yum groupinstall 'Development Tools'
yum -y install alsa-lib-devel.i686 audiofile-devel.i686 alsa-lib-devel.i686 audiofile-devel.i686 bzip2-devel.i686 cups-devel.i686 cyrus-sasl-devel.i686 dbus-devel.i686 e2fsprogs-devel.i686 elf*.i686 esound-devel.i686 expat-devel.i686 fontconfig-devel.i686 freetype-devel.i686 fuse-devel.i686 gd-devel.i686 giflib-devel.i686 glibc-devel.i686 gmp-devel.i686 gnutls-devel.i686 gstreamer-devel.i686 hal-devel.i686 isdn4k-utils-devel.i686 keyutils-libs-devel.i686 krb5-devel.i686 lcms-devel.i686 libdrm-devel.i686 libfontenc-devel.i686 libgcrypt-devel.i686 libgpg-error-devel.i686 libICE-devel.i686 libidn-devel.i686 libieee1284-devel.i686 libjpeg-devel.i686 libmng-devel.i686 libpng-devel.i686 libsepol-devel.i686 libSM-devel.i686 libstdc++-devel.i686 libjpeg-turbo-devel.i686 libxcb-devel libX11-devel freetype-devel zlib-devel 

cd /usr/src
wget  http://prdownloads.sourceforge.net/wine/wine-1.7.41.tar.bz2
tar xjf wine-1.7.41.tar.bz2
cd wine-1.7.41
./configure  --enable-win64 –with-png
make
make install
  • centos, wine
  • 1 Users Found This Useful
Was this answer helpful?

Related Articles

How Do I Install a GUI with CentOS 6?

If CentOS has already been installed without a graphical interface, you can install this with the...

How do I add a second IP address within Virtualmin?

Once our support staff has allocated a secondary IP address to your virtual server, you can add...

How do I manually add a second IP address to my CentOS installation?

If you have purchased a second ip address for your CentOS installation and need to add the new...

PHP and Apache Settings with Virtualmin

The PHP configuration can be edited via Webmin here:Webmin->Others->PHP configuration...

Where can I find the MySQL root password for the Webuzo Stack?

The default MySQL root password for the Webuzo Stack/Softaculous is found in this...