glfs/multimedia/libdriv/libdv/libdv-inst.xml
Larry Lawrence a3b2641a8b multimedia grammar
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2269 af4574ff-66df-0310-9fd7-8a98e5e911e0
2004-06-05 00:10:26 +00:00

16 lines
511 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
<option>--without-gtk</option> to the configure script.</para></note>
</sect2>