Hi, I keep trying to install wine but keep getting 1.4.1 In been following the instructions here
http://www.davidbaumgold.com/tutorials/wine-mac/
I use this command "sudo port install wine" and I keep getting 1.4.1.
I did at first down 1.4.1 and install it. I have uninstall it multiple times and download this wine-1.5.12.tar.bz2 but I can't get it to install this version. I read something about compiling the source code but I don't understand it.
I installed Xcode 3.1.3, MacPorts 2.1.2, install mono, and D-bus. My Unix skills are a little (OK a lot) rusted so please treat me as newbie.
Thanks
John
Mac OS 10.5.8 installing wine 1.5.12
Re: Mac OS 10.5.8 installing wine 1.5.12
use the following command to get the 1.5 series:
sudo port install wine-devel
sudo port install wine-devel
Re: Mac OS 10.5.8 installing wine 1.5.12
Thank You, I now have wine 1.5.12 install. One more question. For keep this development version up to date do I use this command?
sudo port selfupdate && sudo port upgrade outdated
sudo port selfupdate && sudo port upgrade outdated
Re: Mac OS 10.5.8 installing wine 1.5.12
Yes. The two packages (wine and wine-devel) cannot coexist. It will only upgrade the one you have currently installed. You can switch to the other at any time by installing the other one.
Re: Mac OS 10.5.8 installing wine 1.5.12
Great Thanks You