source: general/sysutils/mc.xml@ 5477965

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 5477965 was 1711612, checked in by Bruce Dubbs <bdubbs@…>, 21 months ago

Spelling

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