glfs/general/graphlib/libmng/libmng-exp.xml
Tushar Teredesai 8460a09ae0 simplify libmng installation
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1753 af4574ff-66df-0310-9fd7-8a98e5e911e0
2004-02-01 08:25:47 +00:00

15 lines
447 B
XML

<sect2>
<title>Command explanations</title>
<para><command>./autogen.sh</command>: First we have to create proper
configuration scripts for the Linux platform.</para>
<para><screen><command>./configure --prefix=/usr</command></screen>
This command sets the install directory.</para>
<para><command>cp doc/man/*.X /usr/share/man/manX</command>: The
install procedure doesn't properly install the man pages so we do it
manually.</para>
</sect2>