10.47.2. Contents of Less
Installed programs:
less, lessecho, and lesskey
The Less package contains a text file viewer.
Prepare Less for compilation:
./configure --prefix=/usr --sysconfdir=/etc
The meaning of the configure option:
--sysconfdir=/etc
This option tells the programs created by the package to look
in /etc
for the configuration
files.
Compile the package:
make
This package does not come with a test suite.
Install the package:
make install
Move less to
/bin
:
mv -v /usr/bin/less /bin