libtool-inst.xml 692 B

123456789101112131415161718192021222324
  1. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  2. <sect2>
  3. <title>Installation of Libtool</title>
  4. <para>Prepare Libtool for compilation:</para>
  5. <para><screen><userinput>./configure --prefix=/usr</userinput></screen></para>
  6. <para>Compile the package:</para>
  7. <para><screen><userinput>make</userinput></screen></para>
  8. <para>This package has a test suite available which can perform a number of
  9. checks to ensure it built correctly. Should you choose to run it, the
  10. following command will do so:</para>
  11. <para><screen><userinput>make check</userinput></screen></para>
  12. <para>And install the package:</para>
  13. <para><screen><userinput>make install</userinput></screen></para>
  14. </sect2>