mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@685 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
17 lines
349 B
XML
17 lines
349 B
XML
<sect2>
|
|
<title>Installation of Groff</title>
|
|
|
|
<para>
|
|
Install Groff by running the following commands:
|
|
</para>
|
|
|
|
<blockquote><literallayout>
|
|
<userinput>CXXFLAGS=-Dstrerror=strerror ./configure --prefix=/usr
|
|
&&</userinput>
|
|
<userinput>make &&</userinput>
|
|
<userinput>make install</userinput>
|
|
</literallayout></blockquote>
|
|
|
|
</sect2>
|
|
|