2003-01-17 03:56:38 +00:00
|
|
|
<sect2><title> </title><para> </para></sect2>
|
|
|
|
|
2001-01-24 00:31:17 +00:00
|
|
|
<sect2>
|
|
|
|
<title>Installation of Procinfo</title>
|
|
|
|
|
2003-01-17 03:56:38 +00:00
|
|
|
<para>Compile Procinfo:</para>
|
|
|
|
|
2003-10-10 00:22:07 +01:00
|
|
|
<screen><userinput>make LDLIBS=-lncurses</userinput></screen>
|
2003-01-17 03:56:38 +00:00
|
|
|
|
2003-10-15 23:39:38 +01:00
|
|
|
<para>The meaning of the make parameter:</para>
|
|
|
|
<itemizedlist>
|
|
|
|
<listitem><para><userinput>LDLIBS=-lncurses</userinput>: This tells Procinfo
|
|
|
|
to use the <filename>libncurses</filename> library instead of the
|
|
|
|
long-obsolete <filename>libtermcap</filename>.</para></listitem>
|
|
|
|
</itemizedlist>
|
2003-01-17 03:56:38 +00:00
|
|
|
|
2003-08-30 00:20:23 +01:00
|
|
|
<para>And install the package:</para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2003-10-10 00:22:07 +01:00
|
|
|
<screen><userinput>make install</userinput></screen>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|