aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/gzip-inst.xml
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2003-01-15 01:45:00 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2003-01-15 01:45:00 +0000
commit63eb55cb8f49a9a9bb15ed2312a64a52100c448d (patch)
tree71761a90ba591dfadf79c6b003b1f35464a02f55 /chapter05/gzip-inst.xml
parent91b45adcd650bca92b7186aaf4230d8d34c85fff (diff)
converted gzip, make and patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2319 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/gzip-inst.xml')
-rw-r--r--chapter05/gzip-inst.xml16
1 files changed, 12 insertions, 4 deletions
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 @@
+<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
+
<sect2>
<title>Installation of Gzip</title>
-<para>Install Gzip by running the following commands:</para>
+<para>Prepare Gzip to be compiled:</para>
+
+<para><screen><userinput>./configure --prefix=$LFS/static</userinput></screen></para>
+
+<para>Continue with compiling the package:</para>
+
+<para><screen><userinput>make LDFLAGS="-static"</userinput></screen></para>
+
+<para>And finish off installing the package:</para>
-<para><screen><userinput>./configure --prefix=$LFS/static &amp;&amp;
-make LDFLAGS="-static" &amp;&amp;
-make install</userinput></screen></para>
+<para><screen><userinput>make install</userinput></screen></para>
</sect2>