lfs/chapter06/groff-inst.xml
Gerard Beekmans 71b00733c4 CXXFLAGS="-Dstrerror=strerror $CXXFLAGS" isn't necesarry anymore with
the update in groff-1.17.1


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@737 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-06-29 16:10:39 +00:00

17 lines
321 B
XML

<sect2>
<title>Installation of Groff</title>
<para>
Install Groff by running the following commands:
</para>
<blockquote><literallayout>
<userinput>./configure --prefix=/usr &amp;&amp;
</userinput>
<userinput>make &amp;&amp;</userinput>
<userinput>make install</userinput>
</literallayout></blockquote>
</sect2>