The Less package contains a text file viewer.
Download HTTP: https://www.greenwoodsoftware.com/less/less-692.tar.gz
Download SHA256 Sum: 61300f603798ecf1d7786570789f0ff3f5a1acf075a6fb9f756837d166e37d14
Download Size: 968 KB
Estimated Disk Space: 16 MB
Estimated Build Time: less than 0.1 SBU
Prepare Less for compilation:
./configure --prefix=/usr --sysconfdir=/etc
The meaning of the configure options:
--sysconfdir=/etc
This option tells the programs created by the package to look
in /etc for the configuration
files.
Compile the package:
make
To test the results, issue:
make check
Install the package:
make install