glfs/general/graphlib/libmng/libmng-inst.xml

15 lines
374 B
XML
Raw Normal View History

<sect2>
<title>Installation of libmng</title>
<para>Install libmng by running the following commands:</para>
<para><screen><userinput>./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</userinput></screen></para>
</sect2>