man-inst.xml 556 B

123456789101112131415
  1. <sect2>
  2. <title>Installation of Man</title>
  3. <para>Before Man is installed, the man patch file needs to be unpacked.</para>
  4. <para><screen><userinput>patch -Np1 -i ../man-&man-version;.patch &amp;&amp;</userinput>
  5. <userinput>./configure -default &amp;&amp;</userinput>
  6. <userinput>make &amp;&amp;</userinput>
  7. <userinput>make install</userinput></screen></para>
  8. <para>You may want to take a look at the man hint at <ulink
  9. url="&hint-root;man.txt">&hint-root;man.txt</ulink>
  10. which deals with formatting and compression issues for man pages.</para>
  11. </sect2>