This is an old revision of the document!
Difficulty
Easy
Midnight Commander
Goal
Compile mc using the latest source
Steps
Building Pre requisites
Library Prerequisites
yum groupinstall 'Development Tools' slang-devel.x86_64 glib2-devel
Fetch mc
git clone https://github.com/MidnightCommander/mc.git cd mc
Configure
./autogen.sh ./configure
Build
make
Install
make install
Set alias
Edit your ~/.bashrc and add
alias mc='. /usr/local/libexec/mc/mc-wrapper.sh'