added man patch to replace sed, and added gcc-3.2-nofixincludes.patch
[linux_from_scratch.git] / BOOK / chapter06 / man-inst.xml
blobad73cabdbfe72c79955d864e9e2011e343ca75f1
1 <sect2>
2 <title>Installation of Man</title>
4 <para>Run the following commands to install man:</para>
6 <para><screen><userinput>patch -Np1 -i ../man-&man-patch-version;.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>
12 <para>Note: If you wish to disable SGR escape sequences, you should
13 edit the man.conf file and add the <userinput>-c</userinput> argument
14 to nroff.</para>
16 <para>You may want to take a look at the man hint 
17 at <ulink url="&hints-root;man.txt"/>, which deals with formatting 
18 and compression issues for man pages.</para>
20 </sect2>