Changeset ab0209e


Ignore:
Timestamp:
04/24/2012 09:47:08 PM (12 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
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
Children:
a458af83
Parents:
50f6ac1
Message:

Cleaned up build instructions for midnight commander

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/mc.xml

    r50f6ac1 rab0209e  
    1313]>
    1414
    15 <sect1 id="mc" xreflabel="MC-&mc-version;">
     15<sect1 id="mc" xreflabel="mc-&mc-version;">
    1616  <?dbhtml filename="mc.html"?>
    1717
     
    105105    running the following commands:</para>
    106106
    107 <screen><userinput>./configure --prefix=/usr --enable-charset --disable-static &amp;&amp;
     107<screen><userinput>./configure --prefix=/usr     \
     108            --enable-charset  \
     109            --disable-static  \
     110            --sysconfdir=/etc \
     111            --with-screen=ncurses &amp;&amp;
    108112make</userinput></screen>
    109113
     
    112116    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    113117
    114 <screen role="root"><userinput>make install</userinput></screen>
     118<screen role="root"><userinput>make install &amp;&amp;
     119cp -v doc/keybind-migration.txt /usr/share/mc</userinput></screen>
    115120
    116121  </sect2>
     
    122127    to <command>mcedit</command> for editing files in encodings different
    123128    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 optionall <xref linkend="slang"/> package is not installed.
     136    </para>
    124137
    125138    <para><parameter>--with-screen=(slang|ncurses)</parameter>: This
     
    152165      shell. Consult the mc(1) man page for details.</para>
    153166
     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
    154171    </sect3>
    155172
     
    167184        <seg>mc, mcdiff, mcedit, and mcview</seg>
    168185        <seg>None</seg>
    169         <seg>i/etc/mc, /usr/libexec/mc, and /usr/share/mc</seg>
     186        <seg>/etc/mc, /usr/libexec/mc, and /usr/share/mc</seg>
    170187      </seglistitem>
    171188    </segmentedlist>
  • introduction/welcome/changelog.xml

    r50f6ac1 rab0209e  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[bdubbs] - Cleaned up build instructions for midnight commander.</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[abenton] - Seamonkey 2.9.</para>
    4952        </listitem>
Note: See TracChangeset for help on using the changeset viewer.