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

15 lines
417 B
XML
Raw Normal View History

<sect2>
<title>Installation of <application>libmng</application></title>
<para>Install <application>libmng</application> by running the following
commands:</para>
<screen><userinput><command>./autogen.sh &amp;&amp;
./configure --prefix=/usr &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>