[expect deadlock] on MAC OS X

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
K4Z00
Level 2
Level 2
Posts: 45
Joined: Sun Jun 29, 2008 3:53 pm

[expect deadlock] on MAC OS X

Post by K4Z00 »

after my success in getting some proprietary company software working in wine clicky
one of my colleagues is attempting the install on MAC OS X
they have installed wine using this guide http://davidbaumgold.com/tutorials/wine-mac/
1. to install winetricks can they issue?

Code: Select all

wget http://www.kegel.com/wine/winetricks
or does it require?

Code: Select all

sudo port install winetricks
2. after that are all the standard commands the same for them as me? eg

Code: Select all

sh winetricks jet40 vb5run corefonts mdac28 vcrun6 vb6run
are the required runtimes
3. what version of wine will sudo port install wine give them? presumably 1.0.1? working on the logic that in my linux install it required 1.1.21, how do they install wine-devel 1.1.22?

edit: or is http://www.kronenberg.org/darwine/ a better solution?
apologies for general lack of appleness!

thanks!
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

[expect deadlock] on MAC OS X

Post by austin987 »

On Wed, Jun 10, 2009 at 12:40 PM, K4Z00<[email protected]> wrote:
after my success in getting some proprietary company software working in wine clicky (http://forum.winehq.org/viewtopic.php?p=25947#25947)
one of my colleagues is attempting the install on MAC OS X
they have installed wine using this guide http://davidbaumgold.com/tutorials/wine-mac/ (http://davidbaumgold.com/tutorials/wine-mac/)
1. to install winetricks can they issue?
Code:
wget http://www.kegel.com/wine/winetricks
OS X doesn't come with wget. They can install wget from macports or
what not, or use curl.
 or does it require?
Code:
sudo port install winetricks
It's probably out of date, get it from kegel.com.
2. after that are all the standard commands the same for them as me? eg
Code:
sh winetricks jet40 vb5run corefonts mdac28 vcrun6 vb6run
If they use sudo port install, it'll probably put it in /usr somewhere
and marked executable, in which case use 'winetricks foo' instead of
'sh winetricks foo'.
3. what version of wine will sudo port install wine give them? presumably 1.0.1? assuming that in my linux install it required 1.1.21, how do they install wine-devel 1.1.22 (http://trac.macports.org/browser/trunk/ ... l/Portfile)?
Build it themselves, or use darwine.

--
-Austin
Locked