aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/less-inst.xml
blob: 33d49a375287c347bcde3f1c15dc1601ebe722f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>

<sect2>
<title>Installation of Less</title>

<para>Prepare Less for compilation:</para>

<para><screen><userinput>./configure --prefix=/usr --bindir=/bin --sysconfdir=/etc</userinput></screen></para>

<para>Compile the package:</para>

<para><screen><userinput>make</userinput></screen></para>

<para>And install it:</para>

<para><screen><userinput>make install</userinput></screen></para>

</sect2>