mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-02-01 03:42:13 +00:00
bc82645e95
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2490 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
27 lines
760 B
XML
27 lines
760 B
XML
<sect2><title> </title><para> </para></sect2>
|
|
|
|
<sect2>
|
|
<title>Installation of Groff</title>
|
|
|
|
<para>Prepare Groff to be compiled:</para>
|
|
|
|
<para><screen><userinput>PAGE=letter ./configure --prefix=/usr</userinput></screen></para>
|
|
|
|
<para>Continue with compiling the package:</para>
|
|
|
|
<para><screen><userinput>make</userinput></screen></para>
|
|
|
|
<para>Install the package:</para>
|
|
|
|
<para><screen><userinput>make install</userinput></screen></para>
|
|
|
|
<para>Some groff/man document programs, such as <userinput>xman</userinput>,
|
|
will not work work properly without the following symlinks:</para>
|
|
|
|
<para><screen><userinput>ln -s soelim /usr/bin/zsoelim &&
|
|
ln -s eqn /usr/bin/geqn &&
|
|
ln -s tbl /usr/bin/gtbl</userinput></screen></para>
|
|
|
|
</sect2>
|
|
|