| 1234567891011121314151617181920212223242526272829 | <sect2><title> </title><para> </para></sect2><sect2><title>Installation of Groff</title><para>Groff expects an enviornment variable PAGE to contain the default paper size.For those in the United States, the text below is appropriate.  For those who's defaultpaper size is the larger "A4", you may safely change the value used when we configurethe Groff package:</para><para><screen><userinput>PAGE=letter ./configure --prefix=/usr</userinput></screen></para><para>Compile the package:</para><para><screen><userinput>make</userinput></screen></para><para>And install it:</para><para><screen><userinput>make install</userinput></screen></para><para>Some documentation programs, such as <userinput>xman</userinput>,will not work work properly without the following symlinks:</para><para><screen><userinput>ln -s soelim /usr/bin/zsoelimln -s eqn /usr/bin/geqnln -s tbl /usr/bin/gtbl</userinput></screen></para></sect2>
 |