Hello Everyone,
In this tutorial,
Install Wine 1.7 on Fedora Workstation 21 - 64bit
You Can also install in Redhat 7, CentOS 7, Oracle Linux, Cloud Linux.
Installing Repository
Step1 :- yum -y groupinstall 'Development Tools‘
Step2 :- yum -y install flex bison libX11-devel freetype-devel libxml2-devel libxslt-devel prelink libjpeg-devel libpng-devel
Website :- http://www.winehq.org/
Downloading Wine 1.7
Step3 :- su cloud (switch to normal user)
Step4 :- cd /tmp
Step5 :- wget http://citylan.dl.sourceforge.net/project/wine/Source/wine-1.7.34.tar.bz2
Step6 :- tar -xvf wine-1.7.34.tar.bz2 -C /tmp/
Installing Wine 1.7 - 32-Bit
Step7 :- cd wine-1.7.34/
Step8 :- ./tools/wineinstall
Installing Wine 1.7 - 64-Bit
Step9 :- cd wine-1.7.34/
Step10 :- ./configure --enable-win64
Step11 :- make
Step12 :- make install (Run as root user)
Note :- time it takes around 25mints or more. Please be patience
NOTE :- For Any Clarification Please Comment Below
Thanking you
Hope U like it.