aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/libtool-inst.xml
blob: eb1dae1cd127ea4ed1205202f96ef1f08dc212b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<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>