Skip to content

Instantly share code, notes, and snippets.

@kovyrin
Created December 26, 2009 03:26
Show Gist options
  • Save kovyrin/263825 to your computer and use it in GitHub Desktop.
Save kovyrin/263825 to your computer and use it in GitHub Desktop.
1) Install pre-requisites
$ sudo port install libiconv slang2
2) Download the sources from http://www.midnight-commander.org/downloads
3) Configure the build:
./configure --prefix=/opt/mc --with-screen=slang --enable-extcharset --enable-charset --with-libiconv-prefix=/opt/local --with-slang-includes=/opt/local/include --with-slang-libs=/opt/local/lib
4) make && make install
5) Add /opt/mc/bin to your PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment