source: chapter05/findutils.xml@ c2913ea

Last change on this file since c2913ea was 1375d26, checked in by Matthew Burgess <matthew@…>, 20 years ago
  • (chapter05/*.xml) RELAX NG validation fixes

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/LFS-RNG/BOOK@4385 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 1.5 KB
RevLine 
[673b0d8]1<?xml version="1.0" encoding="ISO-8859-1"?>
[1375d26]2<!DOCTYPE section [
[673b0d8]3 <!ENTITY % general-entities SYSTEM "../general.ent">
4 %general-entities;
5]>
[1375d26]6<section xmlns="http://docbook.org/docbook-ng"
7 xmlns:xi="http://www.w3.org/2003/XInclude"
8 xml:id="ch-tools-findutils" role="wrap">
[673b0d8]9<title>Findutils-&findutils-version;</title>
10<?dbhtml filename="findutils.html"?>
[1987d72]11
[673b0d8]12<indexterm zone="ch-tools-findutils">
13<primary sortas="a-Findutils">Findutils</primary>
14<secondary>tools</secondary></indexterm>
[1987d72]15
[1375d26]16<section role="package"><title/>
17<xi:include href="../chapter06/findutils.xml" xpointer="xpointer(/*[1]/*[3]/*[2])"/>
[673b0d8]18
[9652249]19<segmentedlist>
20<segtitle>&buildtime;</segtitle>
21<segtitle>&diskspace;</segtitle>
22<seglistitem><seg>0.2 SBU</seg><seg>7.6 MB</seg></seglistitem>
23</segmentedlist>
[673b0d8]24
[1375d26]25<xi:include href="../chapter06/findutils.xml" xpointer="xpointer(/*[1]/*[3]/*[4])"/>
[73aedd1d]26
[1375d26]27</section>
[73aedd1d]28
[1375d26]29<section role="installation">
[f4993cf]30<title>Installation of Findutils</title>
[73aedd1d]31
[d27a27b]32<para>Prepare Findutils for compilation:</para>
[73aedd1d]33
34<screen><userinput>./configure --prefix=/tools</userinput></screen>
35
36<para>Compile the package:</para>
37
[b3adaba]38<screen><userinput>make</userinput></screen>
[73aedd1d]39
[d878ce3]40<para>(If you want to test the results, then issue:
[c91dd5b]41<userinput>make check</userinput>.)</para>
[73aedd1d]42
43<para>And install the package:</para>
44
45<screen><userinput>make install</userinput></screen>
46
[1375d26]47</section>
[1987d72]48
[1375d26]49<section role="content"><title/>
[5888299]50<para>The details on this package are found in <xref linkend="contents-findutils"/>.</para>
[1375d26]51</section>
[5888299]52
[1375d26]53</section>
Note: See TracBrowser for help on using the repository browser.