mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-01 21:12:12 +08:00
8460a09ae0
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1753 af4574ff-66df-0310-9fd7-8a98e5e911e0
15 lines
417 B
XML
15 lines
417 B
XML
<sect2>
|
|
<title>Installation of <application>libmng</application></title>
|
|
|
|
<para>Install <application>libmng</application> by running the following
|
|
commands:</para>
|
|
|
|
<screen><userinput><command>./autogen.sh &&
|
|
./configure --prefix=/usr &&
|
|
make &&
|
|
make install &&
|
|
cp doc/man/*.3 /usr/share/man/man3 &&
|
|
cp doc/man/*.5 /usr/share/man/man5</command></userinput></screen>
|
|
|
|
</sect2>
|