procinfo-inst.xml 532 B

12345678910111213141516171819
  1. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  2. <sect2>
  3. <title>Installation of Procinfo</title>
  4. <para>Compile Procinfo:</para>
  5. <para><screen><userinput>make LDLIBS=-lncurses</userinput></screen></para>
  6. <para>The <emphasis>-lncurses</emphasis> switch overwrites the
  7. default switch, <emphasis>-ltermcap</emphasis>. This is done
  8. because libtermcap is declared obsolete in favor of libncurses.</para>
  9. <para>Finish installing the package:</para>
  10. <para><screen><userinput>make install</userinput></screen></para>
  11. </sect2>