source: clfs-sysroot/BOOK/cross-tools/common/file.xml @ 2ad9b71

Last change on this file since 2ad9b71 was 2ad9b71, checked in by Jim Gifford <clfs@…>, 18 years ago

r3907@server (orig r1758): jciccone | 2006-06-09 17:17:08 -0700
Removed the need for /cross-tools, using /cross-tools now.

  • Property mode set to 100644
File size: 1.0 KB
Line 
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
16    <note><para>You only need to install <package>file</package> if your host has
17    a version other then file-&file-version; installed.</para></note>
18
19    <para>Prepare File for compilation:</para>
20
21<screen><userinput>./configure --prefix=${LFS}/cross-tools</userinput></screen>
22
23    <para>Compile the Package:</para>
24
25<screen><userinput>make</userinput></screen>
26
27    <para>Install the package:</para>
28
29<screen><userinput>make install</userinput></screen>
30
31  </sect2>
32
33  <sect2 role="content">
34    <title/>
35
36    <para>Details on this package are located in <xref
37    linkend="contents-file" role="."/></para>
38
39  </sect2>
40
41</sect1>
Note: See TracBrowser for help on using the repository browser.