libtool-inst.xml 309 B

123456789101112
  1. <sect2>
  2. <title>Installation of Libtool</title>
  3. <para>Install Libtool by running the following commands:</para>
  4. <para><screen><userinput>patch -Np1 -i ../libtool-&libtool-patch-version;.patch &amp;&amp;
  5. ./configure --prefix=/usr &amp;&amp;
  6. make &amp;&amp;
  7. make install</userinput></screen></para>
  8. </sect2>