groff-inst.xml 738 B

1234567891011121314151617181920212223242526
  1. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  2. <sect2>
  3. <title>Installation of Groff</title>
  4. <para>Prepare Groff to be compiled:</para>
  5. <para><screen><userinput>PAGE=letter ./configure --prefix=/usr</userinput></screen></para>
  6. <para>Continue with compiling the package:</para>
  7. <para><screen><userinput>make</userinput></screen></para>
  8. <para>Install the package:</para>
  9. <para><screen><userinput>make install</userinput></screen></para>
  10. <para>Some groff/man document programs, such as <userinput>xman</userinput>,
  11. will not work work properly without the following symlinks:</para>
  12. <para><screen><userinput>ln -s soelim /usr/bin/zsoelim
  13. ln -s eqn /usr/bin/geqn
  14. ln -s tbl /usr/bin/gtbl</userinput></screen></para>
  15. </sect2>