file-inst.xml 324 B

123456789101112
  1. <sect2>
  2. <title>Installation of File</title>
  3. <para>Install File by running the following commands:</para>
  4. <para><screen><userinput>touch aclocal.m4 configure Makefile.in stamp-h.in &amp;&amp;
  5. ./configure --prefix=/usr --datadir=/usr/share/misc &amp;&amp;
  6. make &amp;&amp;
  7. make install</userinput></screen></para>
  8. </sect2>