aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/file-inst.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/file-inst.sgml')
-rw-r--r--chapter06/file-inst.sgml18
1 files changed, 18 insertions, 0 deletions
diff --git a/chapter06/file-inst.sgml b/chapter06/file-inst.sgml
new file mode 100644
index 000000000..bcfc90cf1
--- /dev/null
+++ b/chapter06/file-inst.sgml
@@ -0,0 +1,18 @@
+<sect2>
+<title>Installation of File</title>
+
+<para>
+Install File by running the following commands:
+</para>
+
+<blockquote><literallayout>
+
+ <userinput>./configure --prefix=/usr
+ --datadir=/usr/share/misc &amp;&amp;</userinput>
+ <userinput>make &amp;&amp;</userinput>
+ <userinput>make install</userinput>
+
+</literallayout></blockquote>
+
+</sect2>
+