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 &&
./configure --prefix=/usr --datadir=/usr/share/misc &&
make &&
make install</userinput></screen></para>
</sect2>
|