Blame |
Last modification |
View Log
| RSS feed
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
]>
<sect1 id="ch-cross-tools-groff">
<?dbhtml filename="groff.html"?>
<title>Groff-&groff-version; - Native</title>
<sect2 role="installation">
<title>Installation of Groff</title>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../../final-system/common/groff.xml"
xpointer="xpointer(//*[@os='a'])"/>
<para>Prepare Groff for compilation:</para>
<screen><userinput>PAGE=<replaceable>[paper_size]</replaceable> ./configure --prefix=${CLFS}/cross-tools --without-x</userinput></screen>
<para>Compile the Package:</para>
<screen><userinput>make</userinput></screen>
<para>Install the package:</para>
<screen><userinput>make install</userinput></screen>
</sect2>
<sect2 role="content">
<title/>
<para>Details on this package are located in <xref
linkend="contents-groff" role="."/></para>
</sect2>
</sect1>