lfs/chapter06/libtool-inst.xml

13 lines
309 B
XML
Raw Normal View History

<sect2>
<title>Installation of Libtool</title>
<para>Install Libtool by running the following commands:</para>
<para><screen><userinput>patch -Np1 -i ../libtool-&libtool-patch-version;.patch &amp;&amp;
./configure --prefix=/usr &amp;&amp;
make &amp;&amp;
make install</userinput></screen></para>
</sect2>