2002-12-22 08:35:44 +08:00
|
|
|
<sect2>
|
2003-09-15 23:59:34 +08:00
|
|
|
<title>Installation of <application>ffmpeg</application></title>
|
2002-12-22 08:35:44 +08:00
|
|
|
|
2003-09-15 23:59:34 +08:00
|
|
|
<para>Install <application>ffmpeg</application> by running the following commands:</para>
|
2002-12-22 08:35:44 +08:00
|
|
|
|
2003-04-08 23:42:15 +08:00
|
|
|
<note><para>The package maintaners recommend compiling without any
|
|
|
|
optimizations.</para></note>
|
|
|
|
|
2003-09-15 23:59:34 +08:00
|
|
|
<screen><userinput><command>./configure --prefix=/usr --enable-shared &&
|
2002-12-22 08:35:44 +08:00
|
|
|
make &&
|
2003-09-15 23:59:34 +08:00
|
|
|
make install</command></userinput></screen>
|
2002-12-22 08:35:44 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|