procinfo-inst.xml 593 B

12345678910111213141516171819202122
  1. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  2. <sect2>
  3. <title>Installation of Procinfo</title>
  4. <para>Compile Procinfo:</para>
  5. <screen><userinput>make LDLIBS=-lncurses</userinput></screen>
  6. <para>The meaning of the make parameter:</para>
  7. <itemizedlist>
  8. <listitem><para><userinput>LDLIBS=-lncurses</userinput>: This tells Procinfo
  9. to use the <filename>libncurses</filename> library instead of the
  10. long-obsolete <filename>libtermcap</filename>.</para></listitem>
  11. </itemizedlist>
  12. <para>And install the package:</para>
  13. <screen><userinput>make install</userinput></screen>
  14. </sect2>