MC (Midnight Commander) is a text-mode full-screen file manager and visual shell. It provides a clear, user-friendly, and somewhat protected interface to a Unix system while making many frequent file operations more efficient and preserving the full power of the command prompt.
This package is known to build and work properly using an LFS-7.5 platform.
Download (HTTP): http://ftp.midnight-commander.org/mc-4.8.11.tar.xz
Download (FTP): ftp://ftp.osuosl.org/pub/midnightcommander/mc-4.8.11.tar.xz
Download MD5 sum: 1a2d74b75ddbff0b0d6cdc04bf4a7d31
Download size: 2.2 MB
Estimated disk space required: 93 MB
Estimated build time: 1.0 SBU
GLib-2.38.2 and PCRE-8.34
Doxygen-1.8.6, GPM-1.20.7, Samba-4.1.4, UnZip-6.0, X Window System, and Zip-3.0
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/MC
Install MC by running the following commands:
./configure --prefix=/usr \ --sysconfdir=/etc \ --enable-charset && make
To test the results, issue: make check.
Now, as the root
user:
make install && cp -v doc/keybind-migration.txt /usr/share/mc
--sysconfdir=/etc
: This
switch places the global configureation directory in /etc
.
--enable-charset
: This
switch adds support to mcedit for editing files in
encodings different from the one implied by the current locale.
The ~/.config/mc
directory and its
contents are created when you start mc for the first time. Then you
can edit the main ~/.config/mc/ini
configuration file manually or through the MC shell. Consult the mc(1) man page for
details.
On 8.x versions of mc, keybind
names used in mc.keymap.* files are changed. This is described
in keybind-migration.txt
.
Last updated on 2014-03-03 16:39:21 -0800