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?
4 Answers
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
- 4,158
- 731
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:
- Install MacPorts.
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:
You can download universal binary installer package from this link: http://louise.hu/poet/?tag=mc
- 41
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.