[MacPorts] #41611: wine @1.6.1: configure fails
MacPorts
noreply at macports.org
Sat Nov 30 19:22:25 PST 2013
#41611: wine @1.6.1: configure fails
-------------------------+--------------------------------
Reporter: bitaminn@… | Owner: macports-tickets@…
Type: defect | Status: closed
Priority: Normal | Milestone:
Component: ports | Version: 2.2.1
Resolution: duplicate | Keywords:
Port: wine |
-------------------------+--------------------------------
Comment (by ryandesign@…):
I have fixed your WikiFormatting above.
Sounds like you just need to find a basic tutorial about how a shell
works. To get you started, `cd` means "change directory", and `ls` means
"list". So, if you're currently in the Program Files directory, and you
want to see what's in the Electronic Arts subdirectory thereof, you could
either type:
{{{
ls "Electronic Arts"
}}}
or:
{{{
ls Electronic\ Arts
}}}
or:
{{{
cd "Electronic Arts"
ls
}}}
And so on. You can also type `open` to open the directory in the Finder,
if you're more comfortable navigating your filesystem in the Finder than
in the shell.
As you've already said above, this is off-topic. Our issue tracker is for
bug reports and feature requests, not for technical support. If you need
help using MacPorts, write to the macports-users mailing list. If you need
help with wine, ask in a wine support forum. If you need help using the
shell, look for a book or tutorial on Google.
--
Ticket URL: <https://trac.macports.org/ticket/41611#comment:13>
MacPorts <http://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list