Installing Less-&less-version;
Estimated build time: &less-time;
Estimated required disk space: &less-compsize;
&aa-less-shortdesc;
&aa-less-dep;
Installation of Less
Prepare Less for compilation:
./configure --prefix=/usr --bindir=/bin --sysconfdir=/etc
The meaning of the configure option:
--sysconfdir=/etc: This option tells the
programs created by the package to look in /etc for their
configuration files.
Compile the package:
make
And install it:
make install