mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-18 21:17:38 +00:00
19 lines
347 B
Plaintext
19 lines
347 B
Plaintext
|
<sect2>
|
||
|
<title>Installation of File</title>
|
||
|
|
||
|
<para>
|
||
|
Install File by running the following commands:
|
||
|
</para>
|
||
|
|
||
|
<blockquote><literallayout>
|
||
|
|
||
|
<userinput>./configure --prefix=/usr
|
||
|
--datadir=/usr/share/misc &&</userinput>
|
||
|
<userinput>make &&</userinput>
|
||
|
<userinput>make install</userinput>
|
||
|
|
||
|
</literallayout></blockquote>
|
||
|
|
||
|
</sect2>
|
||
|
|