Installed programs: less, lessecho, and lesskey
The Less package contains a text file viewer.
Approximate build time: 0.1 SBU
Required disk space: 3.4 MB
Less installation depends on: Bash, Binutils, Coreutils, Diffutils, GCC, Glibc, Grep, Make, Ncurses, and Sed
Prepare Less for compilation:
./configure --prefix=/usr --bindir=/bin --sysconfdir=/etc
The meaning of the configure option:
This option tells the programs created by the package to look in /etc for the configuration files.
Compile the package:
make
Install the package:
make install
Installed programs: less, lessecho, and lesskey