source:
clfs-sysroot/BOOK/cross-tools/common/groff.xml@
c213baf
Last change on this file since c213baf was c439b8a, checked in by , 18 years ago | |
---|---|
|
|
File size: 1.3 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 | <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-groff" role="."/></para> |
43 | |
44 | </sect2> |
45 | |
46 | </sect1> |
Note:
See TracBrowser
for help on using the repository browser.