man-inst.xml 635 B

123456789101112131415161718192021222324
  1. <sect2>
  2. <title>Installation of Man</title>
  3. <para>
  4. Before Man is installed, the man patch file needs to be unpacked.
  5. </para>
  6. <para>
  7. <screen>
  8. <userinput>patch -Np1 -i ../man-&man-version;.patch &amp;&amp;</userinput>
  9. <userinput>./configure -default &amp;&amp;</userinput>
  10. <userinput>make &amp;&amp;</userinput>
  11. <userinput>make install</userinput>
  12. </screen>
  13. </para>
  14. <para>
  15. You may want to take a look at the man hint at <ulink
  16. url="http://archive.linuxfromscratch.org/lfs-hints/man.txt">
  17. http://archive.linuxfromscratch.org/lfs-hints/man.txt</ulink>
  18. which deals with formatting and compression issues for man pages.
  19. </para>
  20. </sect2>