ffmpeg/INSTALL
Diego Biurrun 3d4fc61064 Clarify that we require GNU make 3.81+.
Originally committed as revision 15796 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-11-08 19:47:10 +00:00

12 lines
480 B
Plaintext

1) Type './configure' to create the configuration. A list of configure
options is printed by running 'configure --help'.
'configure' can be launched from a directory different from the FFmpeg
sources to build the objects out of tree. To do this, use an absolute
path when launching 'configure', e.g. '/ffmpegdir/ffmpeg/configure'.
2) Then type 'make' to build FFmpeg. GNU Make 3.81 or later is required.
3) Type 'make install' to install all binaries and libraries you built.