glfs/multimedia/videoutils/avifile/avifile-inst.xml
Larry Lawrence ec7964971b added avifile-0.7.15, type in xfree
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@337 af4574ff-66df-0310-9fd7-8a98e5e911e0
2002-10-17 01:57:28 +00:00

14 lines
336 B
XML

<sect2>
<title>Installation of avifile</title>
<para>Install avifile by running the following commands:</para>
<para><screen><userinput>install -d /usr/lib/win32 &amp;&amp;
tar -xzvf ../binaries-011002.tgz -C /usr/lib &amp;&amp;
./configure --prefix=/usr &amp;&amp;
make &amp;&amp;
make install</userinput></screen></para>
</sect2>