aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/file-inst.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/file-inst.xml')
-rw-r--r--chapter06/file-inst.xml18
1 files changed, 14 insertions, 4 deletions
diff --git a/chapter06/file-inst.xml b/chapter06/file-inst.xml
index a985f51b6..a8e9fea6e 100644
--- a/chapter06/file-inst.xml
+++ b/chapter06/file-inst.xml
@@ -1,11 +1,21 @@
+<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
+
<sect2>
<title>Installation of File</title>
-<para>Install File by running the following commands:</para>
+<para>Prepare File to be compiled:</para>
+
+<para><screen><userinput>
+./configure --prefix=/usr --datadir=/usr/share/misc
+</userinput></screen></para>
+
+<para>Continue with compiling the package:</para>
+
+<para><screen><userinput>make</userinput></screen></para>
+
+<para>And finish off installing the package:</para>
-<para><screen><userinput>./configure --prefix=/usr --datadir=/usr/share/misc &amp;&amp;
-make &amp;&amp;
-make install</userinput></screen></para>
+<para><screen><userinput>make install</userinput></screen></para>
</sect2>