glfs/multimedia/videoutils/ffmpeg/ffmpeg-inst.xml
Tushar Teredesai b02f257b38 Fixes for bash 2.05a users, and other misc changes in descriptions
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@737 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-02-28 16:01:18 +00:00

13 lines
254 B
XML

<sect2>
<title>Installation of ffmpeg</title>
<para>Install ffmpeg by running the following commands:</para>
<para><screen><userinput>unset CFLAGS
./configure --prefix=/usr &amp;&amp;
make &amp;&amp;
make install</userinput></screen></para>
</sect2>