repo.or.cz
/
linux_from_scratch.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
finished 1.10
[linux_from_scratch.git]
/
BOOK
/
chapter06
/
file-inst.xml
blob
a985f51b61d1cad1a1d3691647bd73bf80b03bd1
1
<sect2>
2
<title>Installation of File</title>
3
4
<para>Install File by running the following commands:</para>
5
6
<para><screen><userinput>./configure --prefix=/usr --datadir=/usr/share/misc &&
7
make &&
8
make install</userinput></screen></para>
9
10
</sect2>
11