libtool.xml 976 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <sect1 id="ch-system-libtool" xreflabel="Libtool">
  2. <title>Installing Libtool-&libtool-version;</title>
  3. <?dbhtml filename="libtool.html" dir="chapter06"?>
  4. <para>The Libtool package contains the GNU generic library support script.
  5. It wraps the complexity of using shared libraries in a consistent, portable
  6. interface.</para>
  7. <screen>&buildtime; &libtool-time;
  8. &diskspace; &libtool-compsize;</screen>
  9. &aa-libtool-down;
  10. &aa-libtool-dep;
  11. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  12. <sect2>
  13. <title>Installation of Libtool</title>
  14. <para>Prepare Libtool for compilation:</para>
  15. <screen><userinput>./configure --prefix=/usr</userinput></screen>
  16. <para>Compile the package:</para>
  17. <screen><userinput>make</userinput></screen>
  18. <para>To have the results tested, issue:
  19. <userinput>make check</userinput>.</para>
  20. <para>And install the package:</para>
  21. <screen><userinput>make install</userinput></screen>
  22. </sect2>
  23. &aa-libtool-shortdesc;
  24. &aa-libtool-desc;
  25. </sect1>