mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-19 21:49:13 +00:00
73aedd1d35
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3052 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
44 lines
1.2 KiB
XML
44 lines
1.2 KiB
XML
<sect1 id="ch06-groff">
|
|
<title>Installing Groff-&groff-version;</title>
|
|
<?dbhtml filename="groff.html" dir="chapter06"?>
|
|
|
|
<screen>Estimated build time: &groff-time;
|
|
Estimated required disk space: &groff-compsize;</screen>
|
|
|
|
&aa-groff-shortdesc;
|
|
&aa-groff-dep;
|
|
|
|
<sect2><title> </title><para> </para></sect2>
|
|
|
|
<sect2>
|
|
<title>Installation of Groff</title>
|
|
|
|
<para>Groff expects the environment variable PAGE to contain the default paper
|
|
size. For those in the United States, the command below is appropriate. If you
|
|
live elsewhere, you may want to change <emphasis>PAGE=letter</emphasis> to
|
|
<emphasis>PAGE=A4</emphasis>.</para>
|
|
|
|
<para>Prepare Groff for compilation:</para>
|
|
|
|
<screen><userinput>PAGE=letter ./configure --prefix=/usr</userinput></screen>
|
|
|
|
<para>Compile the package:</para>
|
|
|
|
<screen><userinput>make</userinput></screen>
|
|
|
|
<para>And install it:</para>
|
|
|
|
<screen><userinput>make install</userinput></screen>
|
|
|
|
<para>Some documentation programs, such as <userinput>xman</userinput>,
|
|
will not work work properly without the following symlinks:</para>
|
|
|
|
<screen><userinput>ln -s soelim /usr/bin/zsoelim
|
|
ln -s eqn /usr/bin/geqn
|
|
ln -s tbl /usr/bin/gtbl</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|
|
|