man-inst.xml 669 B

1234567891011121314151617181920
  1. <sect2>
  2. <title>Installation of Man</title>
  3. <para>Run the following commands to install man:</para>
  4. <para><screen><userinput>patch -Np1 -i ../man-&man-patch-version;.patch &amp;&amp;
  5. PATH=$PATH:/usr/bin:/bin \
  6. &nbsp;&nbsp;&nbsp;&nbsp;./configure -default -confdir=/etc &amp;&amp;
  7. make &amp;&amp;
  8. make install</userinput></screen></para>
  9. <para>Note: If you wish to disable SGR escape sequences, you should
  10. edit the man.conf file and add the <userinput>-c</userinput> argument
  11. to nroff.</para>
  12. <para>You may want to take a look at the man hint
  13. at <ulink url="&hints-root;man.txt"/>, which deals with formatting
  14. and compression issues for man pages.</para>
  15. </sect2>