source: general/sysutils/mc.xml@ f67c5c8

12.1 ken/TL2024 lazarus trunk xry111/llvm18
Last change on this file since f67c5c8 was 83f3feb, checked in by Bruce Dubbs <bdubbs@…>, 4 months ago

Update to mc-4.8.31.

  • Property mode set to 100644
File size: 7.4 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY mc-download-http "http://ftp.midnight-commander.org/mc-&mc-version;.tar.xz">
8 <!ENTITY mc-download-ftp " ">
9 <!ENTITY mc-md5sum "2c3dd9af66e4cfef5a7a460df1cdf868">
10 <!ENTITY mc-size "2.3 MB">
11 <!ENTITY mc-buildsize "71 MB (add 96 MB for tests)">
12 <!ENTITY mc-time "0.3 SBU (using parallelism=4; add 0.2 SBU for tests)">
13]>
14
15<sect1 id="mc" xreflabel="MC-&mc-version;">
16 <?dbhtml filename="mc.html"?>
17
18
19 <title>MC-&mc-version;</title>
20
21 <indexterm zone="mc">
22 <primary sortas="a-MC">MC</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to MC</title>
27
28 <para>
29 <application>MC</application> (Midnight Commander) is a text-mode
30 full-screen file manager and visual shell. It provides a clear,
31 user-friendly, and somewhat protected interface to a Unix system while
32 making many frequent file operations more efficient and preserving the
33 full power of the command prompt.
34 </para>
35
36 &lfs120_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>
42 Download (HTTP): <ulink url="&mc-download-http;"/>
43 </para>
44 </listitem>
45 <listitem>
46 <para>
47 Download (FTP): <ulink url="&mc-download-ftp;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download MD5 sum: &mc-md5sum;
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download size: &mc-size;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Estimated disk space required: &mc-buildsize;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated build time: &mc-time;
68 </para>
69 </listitem>
70 </itemizedlist>
71
72 <bridgehead renderas="sect3">MC Dependencies</bridgehead>
73
74 <bridgehead renderas="sect4">Required</bridgehead>
75 <para role="required">
76 <xref linkend="glib2"/>
77 </para>
78
79 <bridgehead renderas="sect4">Recommended</bridgehead>
80 <para role="recommended">
81 <xref linkend="slang"/>
82 </para>
83
84 <bridgehead renderas="sect4">Optional</bridgehead>
85 <para role="optional">
86 <xref linkend="doxygen"/>,
87 <xref linkend="gpm"/>,
88 <xref linkend="graphviz"/>,
89 <xref linkend="libssh2"/>,
90 <xref linkend="pcre"/>,
91 <xref linkend="pcre2"/>,
92 <xref linkend="ruby"/>,
93 <!--<xref linkend="samba"/>,-->
94 <xref linkend="unzip"/>,
95 <xref linkend="x-window-system"/>, and
96 <xref linkend="zip"/>
97 </para>
98
99 </sect2>
100
101 <sect2 role="installation">
102 <title>Installation of MC</title>
103
104 <para>
105 Install <application>MC</application> by
106 running the following commands:
107 </para>
108
109<screen><userinput>./configure --prefix=/usr \
110 --sysconfdir=/etc \
111 --enable-charset &amp;&amp;
112make</userinput></screen>
113
114 <para>
115 To test the results, issue: <command>make check</command>.
116
117 </para>
118
119 <para>
120 Now, as the <systemitem class="username">root</systemitem> user:
121 </para>
122
123<screen role="root"><userinput>make install</userinput></screen>
124
125 </sect2>
126
127 <sect2 role="commands">
128 <title>Command Explanations</title>
129
130 <para>
131 <parameter>--sysconfdir=/etc</parameter>: This switch places the
132 global configuration directory in <filename
133 class="directory">/etc</filename>.
134 </para>
135
136 <para>
137 <parameter>--enable-charset</parameter>: This switch adds support
138 to <command>mcedit</command> for editing files in encodings different
139 from the one implied by the current locale.
140 </para>
141
142 <para>
143 <option>--with-search-engine=pcre2</option>: Use this switch if you would
144 prefer to use <xref linkend="pcre2" role="nodep"/> instead of GLib for
145 the built-in search engine. Alternatively, you can pass 'pcre' instead of
146 'pcre2' if you prefer to use <xref linkend="pcre" role="nodep"/>.
147 </para>
148
149 </sect2>
150
151 <sect2 role="configuration">
152 <title>Configuring MC</title>
153
154 <sect3 id="mc-config">
155 <title>Config Files</title>
156
157 <para>
158 <filename>~/.config/mc/*</filename>
159 </para>
160
161 <indexterm zone="mc mc-config">
162 <primary sortas="e-AA.config/.mc/*">~/.config/.mc/*</primary>
163 </indexterm>
164
165 </sect3>
166
167 <sect3>
168 <title>Configuration Information</title>
169
170 <para>
171 The <filename class="directory">~/.config/mc</filename> directory and
172 its contents are created when you start <command>mc</command> for the
173 first time. Then you can edit the main <filename>~/.config/mc/ini
174 </filename> configuration file manually or through the <application>
175 MC</application> shell. Consult the <ulink role='man'
176 url='&man;mc.1'>mc(1)</ulink> man page for details.
177 </para>
178
179 </sect3>
180
181 </sect2>
182
183 <sect2 role="content">
184 <title>Contents</title>
185
186 <segmentedlist>
187 <segtitle>Installed Programs</segtitle>
188 <segtitle>Installed Libraries</segtitle>
189 <segtitle>Installed Directories</segtitle>
190
191 <seglistitem>
192 <seg>mc and the symlinks mcdiff, mcedit and mcview</seg>
193 <seg>None</seg>
194 <seg>/etc/mc and /usr/{libexec,share}/mc</seg>
195 </seglistitem>
196 </segmentedlist>
197
198 <variablelist>
199 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
200 <?dbfo list-presentation="list"?>
201 <?dbhtml list-presentation="table"?>
202
203 <!-- This program is installed in /usr/libexec
204 <varlistentry id="conssaver">
205 <term><command>cons.saver</command></term>
206 <listitem>
207 <para>
208 is used internally by <command>mc</command> for saving and
209 restoring the text behind the panels on Linux text console
210 </para>
211 <indexterm zone="mc conssaver">
212 <primary sortas="b-conssaver">cons.saver</primary>
213 </indexterm>
214 </listitem>
215 </varlistentry>
216 -->
217
218 <varlistentry id="mc-prog">
219 <term><command>mc</command></term>
220 <listitem>
221 <para>
222 is a visual shell
223 </para>
224 <indexterm zone="mc mc-prog">
225 <primary sortas="b-mc">mc</primary>
226 </indexterm>
227 </listitem>
228 </varlistentry>
229
230 <varlistentry id="mcdiff">
231 <term><command>mcdiff</command></term>
232 <listitem>
233 <para>
234 is an internal visual diff tool
235 </para>
236 <indexterm zone="mc mcdiff">
237 <primary sortas="b-mcdiff">mcdiff</primary>
238 </indexterm>
239 </listitem>
240 </varlistentry>
241
242 <varlistentry id="mcedit">
243 <term><command>mcedit</command></term>
244 <listitem>
245 <para>
246 is an internal file editor
247 </para>
248 <indexterm zone="mc mcedit">
249 <primary sortas="b-mcedit">mcedit</primary>
250 </indexterm>
251 </listitem>
252 </varlistentry>
253
254 <varlistentry id="mcview">
255 <term><command>mcview</command></term>
256 <listitem>
257 <para>
258 is an internal file viewer
259 </para>
260 <indexterm zone="mc mcview">
261 <primary sortas="b-mcview">mcview</primary>
262 </indexterm>
263 </listitem>
264 </varlistentry>
265
266 </variablelist>
267
268 </sect2>
269
270</sect1>
Note: See TracBrowser for help on using the repository browser.