Hi
I have a single Windows program and want it to run as an Application on Mac OSX
Im new to this and dont know how to proceed
I guess i need to wrap it somehow?
What version of Wine do i need?
Thanks!
How to wrap a single Windows EXE program to run on Mac OSX
Re: How to wrap a single Windows EXE program to run on Mac O
Wine itself on OS X is compile yourself and ran command line.
You may want to check out third party tools like Wineskin for what your doing... but I'm pretty biased in that regard since Wineskin is mine
You may want to check out third party tools like Wineskin for what your doing... but I'm pretty biased in that regard since Wineskin is mine

-
- Newbie
- Posts: 4
- Joined: Tue Jun 24, 2014 1:00 am
Re: How to wrap a single Windows EXE program to run on Mac O
It's yours??! Thanks for making it! I agree that Wineskin is the best way to do this.doh123 wrote:Wine itself on OS X is compile yourself and ran command line.
You may want to check out third party tools like Wineskin for what your doing... but I'm pretty biased in that regard since Wineskin is mine
If you just want to run the EXE with Wine, the command is "wine (path to EXE)".