mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-14 07:59:19 +08:00
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2269 af4574ff-66df-0310-9fd7-8a98e5e911e0
16 lines
511 B
XML
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 &&
|
|
make &&
|
|
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>
|