Created
December 26, 2009 03:26
-
-
Save kovyrin/263825 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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