source:
clfs-sysroot/BOOK/cross-tools/common/file.xml@
c8e9ef0
Last change on this file since c8e9ef0 was beea2b3, checked in by , 18 years ago | |
---|---|
|
|
File size: 1.1 KB |
Rev | Line | |
---|---|---|
[8e23f7c] | 1 | <?xml version="1.0" encoding="ISO-8859-1"?> |
2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" | |
3 | "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [ | |
4 | <!ENTITY % general-entities SYSTEM "../../general.ent"> | |
5 | %general-entities; | |
6 | ]> | |
7 | ||
8 | <sect1 id="ch-cross-tools-file"> | |
9 | <?dbhtml filename="file.html"?> | |
10 | ||
11 | <title>File-&file-version;</title> | |
12 | ||
13 | <sect2 role="installation"> | |
14 | <title>Installation of File</title> | |
15 | ||
[beea2b3] | 16 | <note><para>You only need to install <package>file</package> if your host |
17 | has a version of <package>file</package> older then | |
18 | <package>file-&file-version;</package> installed.</para></note> | |
[8e23f7c] | 19 | |
20 | <para>Prepare File for compilation:</para> | |
21 | ||
[586feb7] | 22 | <screen><userinput>./configure --prefix=${CLFS}/cross-tools</userinput></screen> |
[8e23f7c] | 23 | |
24 | <para>Compile the Package:</para> | |
25 | ||
26 | <screen><userinput>make</userinput></screen> | |
27 | ||
28 | <para>Install the package:</para> | |
29 | ||
30 | <screen><userinput>make install</userinput></screen> | |
31 | ||
32 | </sect2> | |
33 | ||
[3349a3a] | 34 | <sect2 role="content"> |
35 | <title/> | |
36 | ||
37 | <para>Details on this package are located in <xref | |
38 | linkend="contents-file" role="."/></para> | |
39 | ||
40 | </sect2> | |
41 | ||
[8e23f7c] | 42 | </sect1> |
Note:
See TracBrowser
for help on using the repository browser.