Mac OS 10.5.8 installing wine 1.5.12

Questions about Wine on macOS.
Locked
Johnl12x
Newbie
Newbie
Posts: 3
Joined: Mon Sep 03, 2012 1:16 am

Mac OS 10.5.8 installing wine 1.5.12

Post by Johnl12x »

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
ischou
Level 4
Level 4
Posts: 109
Joined: Sun Nov 28, 2010 7:22 pm

Re: Mac OS 10.5.8 installing wine 1.5.12

Post by ischou »

use the following command to get the 1.5 series:

sudo port install wine-devel
Johnl12x
Newbie
Newbie
Posts: 3
Joined: Mon Sep 03, 2012 1:16 am

Re: Mac OS 10.5.8 installing wine 1.5.12

Post by Johnl12x »

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
ischou
Level 4
Level 4
Posts: 109
Joined: Sun Nov 28, 2010 7:22 pm

Re: Mac OS 10.5.8 installing wine 1.5.12

Post by ischou »

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.
Johnl12x
Newbie
Newbie
Posts: 3
Joined: Mon Sep 03, 2012 1:16 am

Re: Mac OS 10.5.8 installing wine 1.5.12

Post by Johnl12x »

Great Thanks You
Locked