glfs/multimedia/libdriv/libdv/libdv-inst.xml
Igor Živković f7e47bbd9a libdv corrections
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1791 af4574ff-66df-0310-9fd7-8a98e5e911e0
2004-02-10 18:58:37 +00:00

16 lines
516 B
XML

<sect2>
<title>Installation of <application>libdv</application></title>
<para>Install <application>libdv</application> by running the
following commands:</para>
<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
<note><para>The configure check for <application>GTK+</application> is
broken. If <application>GTK+</application> is not installed also pass
<parameter>--without-gtk</parameter> to the configure script.</para></note>
</sect2>