From 63eb55cb8f49a9a9bb15ed2312a64a52100c448d Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Wed, 15 Jan 2003 01:45:00 +0000 Subject: converted gzip, make and patch git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2319 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/gzip-inst.xml | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'chapter05/gzip-inst.xml') diff --git a/chapter05/gzip-inst.xml b/chapter05/gzip-inst.xml index e7828b436..77737e234 100644 --- a/chapter05/gzip-inst.xml +++ b/chapter05/gzip-inst.xml @@ -1,11 +1,19 @@ +   + Installation of Gzip -Install Gzip by running the following commands: +Prepare Gzip to be compiled: + +./configure --prefix=$LFS/static + +Continue with compiling the package: + +make LDFLAGS="-static" + +And finish off installing the package: -./configure --prefix=$LFS/static && -make LDFLAGS="-static" && -make install +make install -- cgit v1.2.3-54-g00ecf