glfs/general/graphlib/libmng/libmng-inst.xml
Larry Lawrence d14894d645 update libmng intro
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1075 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-09-14 21:18:00 +00:00

16 lines
435 B
XML

<sect2>
<title>Installation of <application>libmng</application></title>
<para>Install <application>libmng</application> by running the following
commands:</para>
<screen><userinput><command>./configure --prefix=/usr --with-zlib \
--with-jpeg --with-lcms &amp;&amp;
make &amp;&amp;
make install &amp;&amp;
cp doc/man/*.3 /usr/share/man/man3 &amp;&amp;
cp doc/man/*.5 /usr/share/man/man5</command></userinput></screen>
</sect2>