Installing Less-&less-version;
The Less package contains a text file viewer.
&buildtime; &less-time;
&diskspace; &less-compsize;
&aa-less-down;
&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
&aa-less-shortdesc;
&aa-less-desc;