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 &&
make &&
make install</userinput></screen></para>
</sect2>
|