1
0

procinfo.xml 898 B

12345678910111213141516171819202122232425262728293031323334
  1. <sect1 id="ch06-procinfo">
  2. <title>Installing Procinfo-&procinfo-version;</title>
  3. <?dbhtml filename="procinfo.html" dir="chapter06"?>
  4. <screen>Estimated build time: &procinfo-time;
  5. Estimated required disk space: &procinfo-compsize;</screen>
  6. &aa-procinfo-shortdesc;
  7. &aa-procinfo-dep;
  8. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  9. <sect2>
  10. <title>Installation of Procinfo</title>
  11. <para>Compile Procinfo:</para>
  12. <screen><userinput>make LDLIBS=-lncurses</userinput></screen>
  13. <para>The meaning of the make parameter:</para>
  14. <itemizedlist>
  15. <listitem><para><userinput>LDLIBS=-lncurses</userinput>: This tells Procinfo
  16. to use the <filename>libncurses</filename> library instead of the
  17. long-obsolete <filename>libtermcap</filename>.</para></listitem>
  18. </itemizedlist>
  19. <para>And install the package:</para>
  20. <screen><userinput>make install</userinput></screen>
  21. </sect2>
  22. </sect1>