mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
cea73c0db3
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@146 af4574ff-66df-0310-9fd7-8a98e5e911e0
15 lines
374 B
XML
15 lines
374 B
XML
<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 &&
|
|
make &&
|
|
make install &&
|
|
cp doc/man/*.3 /usr/share/man/man3 &&
|
|
cp doc/man/*.5 /usr/share/man/man5</userinput></screen></para>
|
|
|
|
</sect2>
|
|
|