|
@@ -1,10 +1,19 @@
|
|
|
+<sect2><title> </title><para> </para></sect2>
|
|
|
+
|
|
|
<sect2>
|
|
|
<title>Installation of Procinfo</title>
|
|
|
|
|
|
-<para>Install Procinfo by running the following commands:</para>
|
|
|
+<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 LDLIBS=-lncurses &&
|
|
|
-make install</userinput></screen></para>
|
|
|
+<para><screen><userinput>make install</userinput></screen></para>
|
|
|
|
|
|
</sect2>
|
|
|
|