mtab a real file now
[linux_from_scratch.git] / BOOK / chapter06 / file-inst.xml
blob8ca1abd9f30fe314cda7a015eea5d1c298030654
1 <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
3 <sect2>
4 <title>Installation of File</title>
6 <para>Prepare File to be compiled:</para>
8 <para><screen><userinput>./configure --prefix=/usr --datadir=/usr/share/misc</userinput></screen></para> 
10 <para>Continue with compiling the package:</para>
12 <para><screen><userinput>make</userinput></screen></para>
14 <para>And finish off installing the package:</para>
16 <para><screen><userinput>make install</userinput></screen></para>
18 </sect2>