source: general/sysutils/mc.xml@ 52f9553c

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 52f9553c was 52f9553c, checked in by Bruce Dubbs <bdubbs@…>, 12 years ago

Correct configuation file directory for midnght commander (mc)

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9997 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 7.8 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
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 "https://www.midnight-commander.org/downloads/mc-&mc-version;.tar.xz">
8 <!ENTITY mc-download-ftp " ">
9 <!ENTITY mc-md5sum "1e29f8d2ce66b686b905857553a092be">
10 <!ENTITY mc-size "2.0 MB">
11 <!ENTITY mc-buildsize "89 MB">
12 <!ENTITY mc-time "0.6 SBU">
13]>
14
15<sect1 id="mc" xreflabel="mc-&mc-version;">
16 <?dbhtml filename="mc.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>MC-&mc-version;</title>
24
25 <indexterm zone="mc">
26 <primary sortas="a-MC">MC</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to MC</title>
31
32 <para><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.</para>
37
38 &lfs71_checked;
39
40 <note><para>The download site uses a self-signed security certificate.
41 You will need to accept it as valid to get the source code.</para></note>
42
43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>Download (HTTP): <ulink url="&mc-download-http;"/></para>
47 </listitem>
48 <listitem>
49 <para>Download (FTP): <ulink url="&mc-download-ftp;"/></para>
50 </listitem>
51 <listitem>
52 <para>Download MD5 sum: &mc-md5sum;</para>
53 </listitem>
54 <listitem>
55 <para>Download size: &mc-size;</para>
56 </listitem>
57 <listitem>
58 <para>Estimated disk space required: &mc-buildsize;</para>
59 </listitem>
60 <listitem>
61 <para>Estimated build time: &mc-time;</para>
62 </listitem>
63 </itemizedlist>
64
65 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
66 <itemizedlist spacing="compact">
67 <listitem>
68 <para>Optional patch:
69 <ulink url="&patch-root;/mc-&mc-version;-missing-1.patch"/>
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">MC Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="pcre"/> and
79 <xref linkend="pkgconfig"/>
80 </para>
81
82 <bridgehead renderas="sect4">Optional</bridgehead>
83 <para role="optional">
84 <xref linkend="gpm"/>,
85 <xref linkend="x-window-system"/>,
86 <xref linkend="samba3"/>,
87 <xref linkend="slang"/>,
88 <xref linkend="zip"/>, and
89 <xref linkend="unzip"/>
90 </para>
91
92 <para condition="html" role="usernotes">User Notes:
93 <ulink url="&blfs-wiki;/MC"/></para>
94
95 </sect2>
96
97 <sect2 role="installation">
98 <title>Installation of MC</title>
99
100 <para>Add a missing file to run all tests:</para>
101
102<screen><userinput>patch -Np1 -i ../mc-&mc-version;-missing-1.patch</userinput></screen>
103
104 <para>Install <application>MC</application> by
105 running the following commands:</para>
106
107<screen><userinput>./configure --prefix=/usr \
108 --enable-charset \
109 --disable-static \
110 --sysconfdir=/etc \
111 --with-screen=ncurses &amp;&amp;
112make</userinput></screen>
113
114 <para>To test the results, issue: <userinput>make check</userinput>.</para>
115
116 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
117
118<screen role="root"><userinput>make install &amp;&amp;
119cp -v doc/keybind-migration.txt /usr/share/mc</userinput></screen>
120
121 </sect2>
122
123 <sect2 role="commands">
124 <title>Command Explanations</title>
125
126 <para><parameter>--enable-charset</parameter>: This option adds support
127 to <command>mcedit</command> for editing files in encodings different
128 from the one implied by the current locale.</para>
129
130 <para><parameter>--sysconfdir=/etc</parameter>: This option places the
131 global configureation directory in <filename
132 class="directory">/etc</filename>.</para>
133
134 <para><parameter>--with-screen=ncurses</parameter>: This option is only
135 required if the optional <xref linkend="slang"/> package is not installed.
136 </para>
137
138 <para><parameter>--with-screen=(slang|ncurses)</parameter>: This
139 parameter selects the screen library used by <application>MC</application>.
140 <xref linkend="slang"/> is the default if found.</para>
141
142 </sect2>
143
144 <sect2 role="configuration">
145 <title>Configuring MC</title>
146
147 <sect3 id="mc-config">
148 <title>Config Files</title>
149
150 <para><filename>~/.config/mc/*</filename></para>
151
152 <indexterm zone="mc mc-config">
153 <primary sortas="e-AA.config/.mc/*">~/.config/.mc/*</primary>
154 </indexterm>
155
156 </sect3>
157
158 <sect3>
159 <title>Configuration Information</title>
160
161 <para>The <filename class="directory">~/.config/mc</filename> directory and
162 its contents are created when you start <command>mc</command> for the
163 first time. Then you can edit the main <filename>~/.config/mc/ini</filename>
164 configuration file manually or through the <application>MC</application>
165 shell. Consult the mc(1) man page for details.</para>
166
167 <note><para> On 8.x versions of <application>mc</application>,
168 keybind names used in mc.keymap.* files are changed. This is
169 described in <filename>keybind-migration.txt</filename>.</para></note>
170
171 </sect3>
172
173 </sect2>
174
175 <sect2 role="content">
176 <title>Contents</title>
177
178 <segmentedlist>
179 <segtitle>Installed Programs</segtitle>
180 <segtitle>Installed Libraries</segtitle>
181 <segtitle>Installed Directories</segtitle>
182
183 <seglistitem>
184 <seg>mc, mcdiff, mcedit, and mcview</seg>
185 <seg>None</seg>
186 <seg>/etc/mc, /usr/libexec/mc, /usr/share/mc, ~/config/mc</seg>
187 </seglistitem>
188 </segmentedlist>
189
190 <variablelist>
191 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
192 <?dbfo list-presentation="list"?>
193 <?dbhtml list-presentation="table"?>
194
195 <varlistentry id="conssaver">
196 <term><command>cons.saver</command></term>
197 <listitem>
198 <para>is used internally by <command>mc</command> for saving and
199 restoring the text behind the panels on Linux text console.</para>
200 <indexterm zone="mc conssaver">
201 <primary sortas="b-conssaver">cons.saver</primary>
202 </indexterm>
203 </listitem>
204 </varlistentry>
205
206 <varlistentry id="mc-prog">
207 <term><command>mc</command></term>
208 <listitem>
209 <para>is a visual shell.</para>
210 <indexterm zone="mc mc-prog">
211 <primary sortas="b-mc">mc</primary>
212 </indexterm>
213 </listitem>
214 </varlistentry>
215
216 <varlistentry id="mcedit">
217 <term><command>mcedit</command></term>
218 <listitem>
219 <para>is an internal file editor.</para>
220 <indexterm zone="mc mcedit">
221 <primary sortas="b-mcedit">mcedit</primary>
222 </indexterm>
223 </listitem>
224 </varlistentry>
225
226 <varlistentry id="mcdiff">
227 <term><command>mcdiff</command></term>
228 <listitem>
229 <para>is an internal visual diff tool.</para>
230 <indexterm zone="mc mcdiff">
231 <primary sortas="b-mcdiff">mcdiff</primary>
232 </indexterm>
233 </listitem>
234 </varlistentry>
235
236 <varlistentry id="mcview">
237 <term><command>mcview</command></term>
238 <listitem>
239 <para>is an internal file viewer.</para>
240 <indexterm zone="mc mcview">
241 <primary sortas="b-mcview">mcview</primary>
242 </indexterm>
243 </listitem>
244 </varlistentry>
245
246 </variablelist>
247
248 </sect2>
249
250</sect1>
Note: See TracBrowser for help on using the repository browser.