Installing 32 bit wine on a 64 bit centos
Well if anyone has tried this, there is nothing else to say other than a pain in the ass! Well I’m here to make it easy for you! I created a script that downloads everything for it to run. Take that out dated centos dependencies. I made this script to run http://www.unknownworlds.com/ns2/ dedicated servers. This is specifically just for have a 64 bit centos and trying to install 32 bit wine 1.2.2. I needed to create this script to have it deployed to all of our boxes quick and easy. It automatically run make on all your cores, so it will take up all your cpu power. Careful there is no one on it. This needs to be run as root, it will check if you are so nothing bad happens. Hope this helps.
wget download.hostedgameservers.com/install-wine1.2.2.sh
chmod +x install-wine1.2.2.sh
./install-wine1.2.2.sh
Enjoy, If you have problems leave a comment or you want to thank me, either or(please thank took a long time to get this working:).
