47

I use MC on Windows and Linux and would like to use it on my Mac. Can someone point me to an URL where I can download a binary setup/install?

slhck
  • 235,242
anjanbacchu
  • 1,457

4 Answers4

73

It's also available for Homebrew which is a neat and clean alternative to Ports or Fink. You might want to check it out.

To install Midnight Commander with Homebrew, type :

brew install mc
Glorfindel
  • 4,158
34

I don't know of any official binary distribution of MC for 10.6, but like other Free / Libre / Open Source Software, it can be installed by MacPorts or Fink. I prefer MacPorts:

  1. Install MacPorts.
  2. sudo port install mc

Update many weeks later: In someone else's answer to another question, I found a site that does binary distributions of many open source packages for Mac OS X. I'd never heard of the site before so I don't know how reputable/trustworthy they are, but here's their binary distro of Midnight Commander for Mac OS X:

http://rudix.org/packages-mn.html#mc

Spiff
  • 110,156
4

You can download universal binary installer package from this link: http://louise.hu/poet/?tag=mc

LouiSe
  • 41
-1

1.Install x-code

xcode-select --install

You should have brew preinstalled on your Mac.

2.Istall Midnight Commander.

brew install mc

3.Done. Simply run mc.