blob: 767eebe3edf5e366111117afd3795116c04e431c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<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 &&</userinput>
<userinput>make &&</userinput>
<userinput>make install &&</userinput>
<userinput>file -C</userinput>
</literallayout></blockquote>
</sect2>
|