man-inst.xml 414 B

1234567891011121314
  1. <sect2>
  2. <title>Installation of Man</title>
  3. <para>Run the following commands to install man:</para>
  4. <para><screen><userinput>./configure -default &amp;&amp;
  5. make &amp;&amp;
  6. make install</userinput></screen></para>
  7. <para>You may want to take a look at the man hint at <ulink
  8. url="&hints-root;man.txt">&hints-root;man.txt</ulink>
  9. which deals with formatting and compression issues for man pages.</para>
  10. </sect2>