Difficulty
Easy
Midnight Commander
Goal
Compile mc using the latest source
Steps
Library Prerequisites
yum groupinstall 'Development Tools' yum -y install slang-devel.x86_64 glib2-devel gettext-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'