mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-13 07:29:10 +08:00
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1791 af4574ff-66df-0310-9fd7-8a98e5e911e0
16 lines
516 B
XML
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 &&
|
|
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
|
|
<parameter>--without-gtk</parameter> to the configure script.</para></note>
|
|
|
|
</sect2>
|