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-10.1 platform.
Download (HTTP): http://ftp.midnight-commander.org/mc-4.8.26.tar.xz
Download (FTP): ftp://ftp.osuosl.org/pub/midnightcommander/mc-4.8.26.tar.xz
Download MD5 sum: 3c1f77b71dba1f4eeeedc4276627fed7
Download size: 2.4 MB
Estimated disk space required: 196 MB (with tests)
Estimated build time: 0.5 SBU (using parallelism=4; with tests)
GLib-2.68.1 and PCRE-8.44
Doxygen-1.9.1, GPM-1.20.7, libssh2-1.9.0, Ruby-3.0.0, Samba-4.14.2, 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. One test concerning rpm files fails.
Now, as the root
user:
make install
--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.
Last updated on 2021-02-20 13:35:58 -0600