glfs/multimedia/videoutils/avifile/avifile-inst.xml

18 lines
594 B
XML
Raw Normal View History

<sect2>
<title>Installation of <application>avifile</application></title>
<para>Install <application>avifile</application> by running the following commands:</para>
<screen><userinput><command>install -d /usr/lib/avifile-0.7/win32 &amp;&amp;
tar xzvf ../binaries-011002.tgz -C /usr/lib/avifile-0.7 &amp;&amp;
./autogen.sh &amp;&amp;
./configure &amp;&amp;
make maintainer-clean &amp;&amp;
./autogen.sh &amp;&amp;
./configure --prefix=/usr --with-qt-prefix=/opt/qt \
--with-win32-path=/usr/lib/avifile-0.7/win32 &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
</sect2>