glfs/general/graphlib/libmng/libmng-exp.xml
Larry Lawrence 7a8c3f289f update to libmng-1.0.5 and alsa patch
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@752 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-03-06 01:19:52 +00:00

16 lines
454 B
XML

<sect2>
<title>Command explanations</title>
<para><screen><userinput>./configure --prefix=/usr --with-zlib \
--with-jpeg --with-lcms </userinput></screen>
This command sets the install directory and also tells the configuration
routine to look and find zlib, libjpeg and lcms.</para>
<para><userinput>cp doc/man/*.X /usr/share/man/manX</userinput> : The
install procedure doesn't properly install the man pages so we do it
manually.</para>
</sect2>