blob: 8e5774a284cbf917d5ccbdc3bc806dd727b7ce75 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<sect2>
<title>Installation of Libtool</title>
<para>Install Libtool by running the following commands:</para>
<para><screen><userinput>./configure --prefix=/usr &&
make &&
make install</userinput></screen></para>
</sect2>
|