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

Last change on this file since f0270f3 was 1caa15b, checked in by Joe Ciccone <jciccone@…>, 15 years ago

Remove notes that make the installation of file and groff optional.

  • Property mode set to 100644
File size: 1.1 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3  "http://www.oasis-open.org/docbook/xml/4.5/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; - Native</title>
12
13  <sect2 role="installation">
14    <title>Installation of Groff</title>
15
16    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
17    href="../../final-system/common/groff.xml"
18    xpointer="xpointer(//*[@os='a'])"/>
19
20    <para>Prepare Groff for compilation:</para>
21
22<screen><userinput>PAGE=<replaceable>[paper_size]</replaceable> ./configure --prefix=${CLFS}/cross-tools --without-x</userinput></screen>
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
34  <sect2 role="content">
35    <title/>
36
37    <para>Details on this package are located in <xref
38    linkend="contents-groff" role="."/></para>
39
40  </sect2>
41
42</sect1>
Note: See TracBrowser for help on using the repository browser.