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/textutils-inst.xml | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) (limited to 'chapter06/textutils-inst.xml') diff --git a/chapter06/textutils-inst.xml b/chapter06/textutils-inst.xml index d9e78da0f..511e52bb5 100644 --- a/chapter06/textutils-inst.xml +++ b/chapter06/textutils-inst.xml @@ -1,12 +1,24 @@ +   + Installation of Textutils -Install Textutils by running the following commands: +Prepare Textutils to be compiled: + +./configure --prefix=/usr + +Continue with compiling the package: + +make + +Install the package: + +make install + +Finally, complete the installation of this package +by moving some of its programs to the appropriate directory: -./configure --prefix=/usr && -make && -make install && -mv /usr/bin/{cat,head} /bin +mv /usr/bin/{cat,head} /bin -- cgit v1.2.3-54-g00ecf