aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/gzip-inst.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/gzip-inst.sgml')
-rw-r--r--chapter06/gzip-inst.sgml24
1 files changed, 24 insertions, 0 deletions
diff --git a/chapter06/gzip-inst.sgml b/chapter06/gzip-inst.sgml
new file mode 100644
index 000000000..9eb3acdeb
--- /dev/null
+++ b/chapter06/gzip-inst.sgml
@@ -0,0 +1,24 @@
+<sect2>
+<title>Installation of Gzip</title>
+
+<para>
+Install Gzip by running the following commands:
+</para>
+
+<blockquote><literallayout>
+
+ <userinput>./configure --prefix=/usr &amp;&amp;</userinput>
+ <userinput>make &amp;&amp;</userinput>
+ <userinput>make install &amp;&amp;</userinput>
+ <userinput>cd /usr/bin &amp;&amp;</userinput>
+ <userinput>mv gzip /bin &amp;&amp;</userinput>
+ <userinput>rm gunzip /bin/gunzip &amp;&amp;</userinput>
+ <userinput>cd /bin &amp;&amp;</userinput>
+ <userinput>ln -s gzip gunzip &amp;&amp;</userinput>
+ <userinput>ln -s gzip compress &amp;&amp;</userinput>
+ <userinput>ln -s gunzip uncompress</userinput>
+
+</literallayout></blockquote>
+
+</sect2>
+