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.
LFS や依存パッケージが本ブックに示す最新安定バージョンでなかった場合には、BLFS 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。
ダウンロード (HTTP): http://ftp.midnight-commander.org/mc-4.8.30.tar.xz
ダウンロード MD5 sum: 96fcd04710b7848fedea8597da4bd7da
ダウンロードサイズ: 2.3 MB
必要ディスク容量: 75 MB (add 86 MB for tests)
概算ビルド時間: 0.3 SBU (using parallelism=4; add 0.2 SBU for tests)
Doxygen-1.9.8, GPM-1.20.7, Graphviz-9.0.0, libssh2-1.11.0, PCRE-8.45, pcre2-10.42, Ruby-3.2.2, UnZip-6.0, グラフィック環境, Zip-3.0
以下のコマンドを実行して MC をビルドします。
./configure --prefix=/usr \ --sysconfdir=/etc \ --enable-charset && make
ビルド結果をテストする場合は make check を実行します。
root
ユーザーになって以下を実行します。
make install
--sysconfdir=/etc
: This
switch places the global configuration 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.
--with-search-engine=pcre2
: Use this
switch if you would prefer to use pcre2-10.42 instead of GLib for the
built-in search engine. Alternatively, you can pass 'pcre' instead
of 'pcre2' if you prefer to use PCRE-8.45.