Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save inem/263881 to your computer and use it in GitHub Desktop.
Save inem/263881 to your computer and use it in GitHub Desktop.
1) Install pre-requisites
$ sudo port install libiconv slang2 glib2
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