Install Wine 1.7.19 (Development) on CentOS, RHEL and Fedora

1.
yum update -y && yum groupinstall 'Development Tools'
 

2.
yum install libX11-devel freetype-devel zlib-devel libxcb-devel
 

3.
cd /usr/src
wget http://prdownloads.sourceforge.net/wine/wine-1.7.19.tar.bz2
tar xjf wine-1.7.19.tar.bz2

4. Untuk 32 Bit System :   
cd wine-1.7.19/ && ./configure && make && make install
 
   Untuk 64 Bit System : 
cd wine-1.7.19/ && ./configure  --enable-win64 && make && make install