From fae04ae33e1b3782d5c523c1bfe44601164c566d Mon Sep 17 00:00:00 2001 From: Timothy Bauscher Date: Wed, 15 Jan 2003 07:57:52 +0000 Subject: Converted static textutils to new layout. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2330 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/textutils-inst.xml | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'chapter05/textutils-inst.xml') diff --git a/chapter05/textutils-inst.xml b/chapter05/textutils-inst.xml index b7050d25c..61ce1c300 100644 --- a/chapter05/textutils-inst.xml +++ b/chapter05/textutils-inst.xml @@ -1,13 +1,21 @@ +   + Installation of Textutils -Install Textutils by running the following commands: +Prepare Textutils to be compiled: CPPFLAGS=-Dre_max_failures=re_max_failures2 \     LDFLAGS="-static" ./configure --prefix=$LFS/static \ -    --disable-nls && -make && -make install +    --disable-nls + +Continue with compiling the package: + +make + +Finish installing the package: + +make install -- cgit v1.2.3-54-g00ecf