• You are here:
  • »
  • mc

Midnight Commander

This is an old revision of the document!


Difficulty
Easy

Midnight Commander

Goal

Compile mc using the latest source

Steps

Library Prerequisites

yum groupinstall 'Development Tools' 
yum install 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'

/home/www/sites/esgr.in/wiki/data/attic/software/mc.1545544826.txt.gz · Last modified: 2018/12/23 06:00 by eServices Greece