Quote:
One thing we need to do, since Wine is 32 bit, is to add all the stuff needed to compile a 32-bit app on a 64-bit OS. Fortunately yhis is pretty simple, open Applications/Accessories/Terminal and type in the following:
sudo apt-get build-dep wine
cd ~/wine
mkdir -p ./lib32
|
I get to this point and it doesn't seem to make lib32 in the file. Any ideas of what I might be doing wrong?
Torqumada