2002-07-08 04:28:42 +08:00
|
|
|
<sect2>
|
2003-09-15 05:18:00 +08:00
|
|
|
<title>Installation of <application>libmng</application></title>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
2003-09-15 05:18:00 +08:00
|
|
|
<para>Install <application>libmng</application> by running the following
|
|
|
|
commands:</para>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
2003-09-15 05:18:00 +08:00
|
|
|
<screen><userinput><command>./configure --prefix=/usr --with-zlib \
|
2002-07-08 04:28:42 +08:00
|
|
|
--with-jpeg --with-lcms &&
|
|
|
|
make &&
|
|
|
|
make install &&
|
|
|
|
cp doc/man/*.3 /usr/share/man/man3 &&
|
2003-09-15 05:18:00 +08:00
|
|
|
cp doc/man/*.5 /usr/share/man/man5</command></userinput></screen>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|