From 131dd6c59b6100100bdd09aaf9e3463834f65fc2 Mon Sep 17 00:00:00 2001 From: Timothy Bauscher Date: Fri, 17 Jan 2003 03:55:35 +0000 Subject: Patch conversion. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2370 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/patch-inst.xml | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'chapter06/patch-inst.xml') diff --git a/chapter06/patch-inst.xml b/chapter06/patch-inst.xml index 69fa3d24d..cbd59252e 100644 --- a/chapter06/patch-inst.xml +++ b/chapter06/patch-inst.xml @@ -1,12 +1,20 @@ +   + Installation of Patch -Install Patch by running the following commands: +Prepare Patch to be compiled: CPPFLAGS=-D_GNU_SOURCE \ -    ./configure --prefix=/usr && -make && -make install +    ./configure --prefix=/usr + +Continue with compiling the package: + +make + +Finish installing the package: + +make install -- cgit v1.2.3-54-g00ecf