mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
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:
parent
dddaf95966
commit
64b92847f4
@ -4,7 +4,6 @@
|
||||
|
||||
&mc-intro;
|
||||
&mc-inst;
|
||||
&mc-exp;
|
||||
&mc-config;
|
||||
&mc-desc;
|
||||
|
||||
|
@ -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>
|
@ -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 &&
|
||||
<screen><userinput><command>./configure --prefix=/usr &&
|
||||
make &&
|
||||
make install</command></userinput></screen>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user