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.bz24. 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