mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-20 22:17:39 +00:00
89fcc34541
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2695 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
20 lines
526 B
XML
20 lines
526 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>And install the package:</para>
|
|
|
|
<para><screen><userinput>make install</userinput></screen></para>
|
|
|
|
</sect2>
|
|
|