lfs/chapter06/procinfo-inst.xml
2003-08-29 23:20:23 +00:00

20 lines
526 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>And install the package:</para>
<para><screen><userinput>make install</userinput></screen></para>
</sect2>