aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/file-inst.xml
blob: a985f51b61d1cad1a1d3691647bd73bf80b03bd1 (plain)
1
2
3
4
5
6
7
8
9
10
11
<sect2>
<title>Installation of File</title>

<para>Install File by running the following commands:</para>

<para><screen><userinput>./configure --prefix=/usr --datadir=/usr/share/misc &amp;&amp;
make &amp;&amp;
make install</userinput></screen></para>

</sect2>