From b7d9d404530bb763fc76017744709800796af054 Mon Sep 17 00:00:00 2001 From: Timothy Bauscher Date: Thu, 16 Jan 2003 19:55:00 +0000 Subject: Converted m4, bison, less, groff, textutils, sed, flex, binutils, fileutils, shellutils, gettext and net-tools to new layout. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2353 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/less-inst.xml | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'chapter06/less-inst.xml') diff --git a/chapter06/less-inst.xml b/chapter06/less-inst.xml index 592c598c2..99e67233a 100644 --- a/chapter06/less-inst.xml +++ b/chapter06/less-inst.xml @@ -1,11 +1,19 @@ +   + Installation of Less -Install Less by running the following commands: +Prepare Less to be compiled: + +./configure --prefix=/usr --bindir=/bin --sysconfdir=/etc + +Continue with compiling the package: + +make + +Finish installing the package: -./configure --prefix=/usr --bindir=/bin --sysconfdir=/etc && -make && -make install +make install -- cgit v1.2.3-54-g00ecf