applied Ricardo's MC suggestion

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1216 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Igor Živković 2003-09-27 01:44:43 +00:00
parent dddaf95966
commit 64b92847f4
3 changed files with 1 additions and 13 deletions

View File

@ -4,7 +4,6 @@
&mc-intro;
&mc-inst;
&mc-exp;
&mc-config;
&mc-desc;

View File

@ -1,11 +0,0 @@
<sect2>
<title>Command explanations</title>
<para><command>--with-screen=ncurses</command> :
There are three screen libraries to choose from. We choose ncurses
to eliminate the need for installing an extra package. However, MC was
mostly tested with the slang library, making it the recommended one.
</para>
</sect2>

View File

@ -5,7 +5,7 @@
<para>Install <application><acronym>MC</acronym></application> by
running the following commands:</para>
<screen><userinput><command>./configure --prefix=/usr --with-screen=ncurses &amp;&amp;
<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>