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