lfs/chapter06/procinfo-inst.xml
Timothy Bauscher 97871b773d Procinfo conversion.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2371 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-01-17 03:56:38 +00:00

20 lines
532 B
XML

<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
<sect2>
<title>Installation of Procinfo</title>
<para>Compile Procinfo:</para>
<para><screen><userinput>make LDLIBS=-lncurses</userinput></screen></para>
<para>The <emphasis>-lncurses</emphasis> switch overwrites the
default switch, <emphasis>-ltermcap</emphasis>. This is done
because libtermcap is declared obsolete in favor of libncurses.</para>
<para>Finish installing the package:</para>
<para><screen><userinput>make install</userinput></screen></para>
</sect2>