mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-20 05:57:43 +00:00
97871b773d
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2371 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
20 lines
532 B
XML
20 lines
532 B
XML
<sect2><title> </title><para> </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>
|
|
|