lfs/chapter06/less-inst.xml
2001-04-16 02:04:19 +00:00

16 lines
330 B
XML

<sect2>
<title>Installation of Less</title>
<para>
Install Less by running the following commands:
</para>
<blockquote><literallayout>
<userinput>./configure --prefix=/usr --bindir=/bin &amp;&amp;</userinput>
<userinput>make &amp;&amp;</userinput>
<userinput>make install</userinput>
</literallayout></blockquote>
</sect2>