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

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

<para><screen><userinput>touch aclocal.m4 configure Makefile.in stamp-h.in &amp;&amp;
./configure --prefix=/usr --datadir=/usr/share/misc &amp;&amp;
make &amp;&amp;
make install</userinput></screen></para>

</sect2>