source: clfs-sysroot/BOOK/cross-tools/common/groff.xml @ beea2b3

Last change on this file since beea2b3 was beea2b3, checked in by Joe Ciccone <jciccone@…>, 18 years ago

Added groff to cross-tools; It needs itself when building in the final system.

  • Property mode set to 100644
File size: 1.3 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-groff">
9  <?dbhtml filename="groff.html"?>
10
11  <title>Groff-&groff-version;</title>
12
13  <sect2 role="installation">
14    <title>Installation of Groff</title>
15
16    <note><para>You only need to install <package>groff</package> if your host
17    has a version of <package>groff</package> older then
18    <package>groff-&groff-version;</package> installed.</para></note>
19
20    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
21    href="../../final-system/common/groff.xml"
22    xpointer="xpointer(//*[@os='a'])"/>
23
24    <para>Prepare Groff for compilation:</para>
25
26<screen><userinput>PAGE=<replaceable>[paper_size]</replaceable> ./configure --prefix=${CLFS}/cross-tools --without-x</userinput></screen>
27
28    <para>Compile the Package:</para>
29
30<screen><userinput>make</userinput></screen>
31
32    <para>Install the package:</para>
33
34<screen><userinput>make install</userinput></screen>
35
36  </sect2>
37
38  <sect2 role="content">
39    <title/>
40
41    <para>Details on this package are located in <xref
42    linkend="contents-file" role="."/></para>
43
44  </sect2>
45
46</sect1>
Note: See TracBrowser for help on using the repository browser.