• You are here:
  • »
  • mc

Midnight Commander

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'

/home/www/sites/esgr.in/wiki/data/pages/software/mc.txt · Last modified: 2019/01/24 23:21 by eServices Greece