procinfo.xml 1010 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. <sect1 id="ch-system-procinfo" xreflabel="Procinfo">
  2. <title>Installing Procinfo-&procinfo-version;</title>
  3. <?dbhtml filename="procinfo.html" dir="chapter06"?>
  4. <para>The Procinfo package contains programs for displaying system information.</para>
  5. <screen>&buildtime; &procinfo-time;
  6. &diskspace; &procinfo-compsize;</screen>
  7. &aa-procinfo-down;
  8. &aa-procinfo-dep;
  9. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  10. <sect2>
  11. <title>Installation of Procinfo</title>
  12. <para>Compile Procinfo:</para>
  13. <screen><userinput>make LDLIBS=-lncurses</userinput></screen>
  14. <para>The meaning of the make parameter:</para>
  15. <itemizedlist>
  16. <listitem><para><userinput>LDLIBS=-lncurses</userinput>: This tells Procinfo
  17. to use the <filename>libncurses</filename> library instead of the
  18. long-obsolete <filename>libtermcap</filename>.</para></listitem>
  19. </itemizedlist>
  20. <para>And install the package:</para>
  21. <screen><userinput>make install</userinput></screen>
  22. </sect2>
  23. &aa-procinfo-shortdesc;
  24. &aa-procinfo-desc;
  25. </sect1>