man-inst.xml 827 B

12345678910111213141516171819202122
  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-80cols-patch-version;-80cols.patch &amp;&amp;
  5. patch -Np1 -i ../man-&man-manpath-patch-version;-manpath.patch &amp;&amp;
  6. patch -Np1 -i ../man-&man-pager-patch-version;-pager.patch &amp;&amp;
  7. PATH=$PATH:/usr/bin:/bin \
  8. &nbsp;&nbsp;&nbsp;&nbsp;./configure -default -confdir=/etc &amp;&amp;
  9. make &amp;&amp;
  10. make install</userinput></screen></para>
  11. <para>Note: If you wish to disable SGR escape sequences, you should
  12. edit the man.conf file and add the <userinput>-c</userinput> argument
  13. to nroff.</para>
  14. <para>You may want to take a look at the man hint
  15. at <ulink url="&hints-root;man.txt"/>, which deals with formatting
  16. and compression issues for man pages.</para>
  17. </sect2>