How can I use that specific Terminal command?

Questions about Wine on macOS.
Locked
v36374
Newbie
Newbie
Posts: 1
Joined: Thu May 31, 2012 7:32 am

How can I use that specific Terminal command?

Post by v36374 »

Everywhere I looked up for using that "./configure" Command but I hadn't found anywhere. I'm using a Mac with Lion (OSX 10.7). I would like to build my own Wine-Version and configure my Compiler before I do.

Everytime when I type

Code: Select all

./command CPPFLAGS( and so on )
in my Terminal, it just responds

Code: Select all

-bash: ./configure: No such file or directory
I don't the mistake and need help. So anyone knows how to use the Terminal Command "./configure" on MacOSX? Do I have to apply a command before or get into X11 or whatever?

Thank you very much!
User avatar
dimesio
Moderator
Moderator
Posts: 13207
Joined: Tue Mar 25, 2008 10:30 pm

Re: How can I use that specific Terminal command?

Post by dimesio »

v36374 wrote:Everywhere I looked up for using that "./configure" Command but I hadn't found anywhere.
It's not a command, it's a script included with the source code. You have to download the source code and cd to that directory before you try to run it.

You might want to read this: http://wiki.winehq.org/MacOSX
Locked