source: clfs-sysroot/BOOK/cross-tools/common/file.xml @ 8e23f7c

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

r3661@server (orig r1663): jciccone | 2006-05-26 13:36:55 -0700
Added file to cross-tools and fixed the xml for gcc.

  • Property mode set to 100644
File size: 887 bytes
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>You only need to install <package>file</package> if your host has
17    a version other then file-&file-version; installed.</note>
18
19    <para>Prepare File for compilation:</para>
20
21<screen><userinput>./configure --prefix=/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</sect1>
Note: See TracBrowser for help on using the repository browser.