Wine install

From wikinotes

Archlinux

Installing wine from the repo

packer -S wine
cower -d lib32-libwbclient

Compiling the most recent version of wine.

pacman -S gcc-multilib

mkdir ~/.wine
git clone git://source.winehq.org/git/wine.git wine-git
configure
make
make depends
make install