glfs/multimedia/libdriv/xvid/xvid-inst.xml
Igor Živković 7d1142d83f moved xvidcore to the multimedia libraries chapter
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1283 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-10-03 07:41:45 +00:00

14 lines
371 B
XML

<sect2>
<title>Installation of <application>XviD</application></title>
<para>Install <application>XviD</application> by running the following commands:</para>
<screen><userinput><command>cd build/generic &amp;&amp;
./configure --prefix=/usr &amp;&amp;
make &amp;&amp;
make install &amp;&amp;
cp ../../src/divx4.h /usr/include</command></userinput></screen>
</sect2>