lfs/chapter06/file-inst.xml
2002-01-23 19:04:23 +00:00

13 lines
324 B
XML

<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>