2001-01-24 00:31:17 +00:00
|
|
|
<sect2>
|
|
|
|
<title>Installation of Man</title>
|
|
|
|
|
2001-08-08 11:16:43 +01:00
|
|
|
<para>Run the following commands to install man:</para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2002-09-29 01:07:32 +01:00
|
|
|
<para><screen><userinput>patch -Np1 -i ../man-&man-patch-version;.patch &&
|
|
|
|
PATH=$PATH:/usr/bin:/bin \
|
2002-09-02 01:01:22 +01:00
|
|
|
./configure -default -confdir=/etc &&
|
2001-10-27 23:21:44 +01:00
|
|
|
make &&
|
2002-08-03 21:17:33 +01:00
|
|
|
make install</userinput></screen></para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2002-09-02 16:46:18 +01:00
|
|
|
<para>Note: If you wish to disable SGR escape sequences, you should
|
|
|
|
edit the man.conf file and add the <userinput>-c</userinput> argument
|
|
|
|
to nroff.</para>
|
|
|
|
|
2002-05-11 14:26:21 +01:00
|
|
|
<para>You may want to take a look at the man hint
|
2002-09-28 22:08:29 +01:00
|
|
|
at <ulink url="&hints-root;man.txt"/>, which deals with formatting
|
2002-05-11 14:26:21 +01:00
|
|
|
and compression issues for man pages.</para>
|
2001-04-21 17:47:37 +01:00
|
|
|
|
2001-01-24 00:31:17 +00:00
|
|
|
</sect2>
|