1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2026-05-21 16:47:28 +02:00
Files
FFmpeg/INSTALL
T

12 lines
480 B
Plaintext
Raw Normal View History

2001-07-22 14:18:56 +00:00
1) Type './configure' to create the configuration. A list of configure
options is printed by running 'configure --help'.
2002-05-25 22:21:14 +00:00
2011-03-17 17:02:14 +01:00
'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
2011-03-17 17:02:14 +01:00
path when launching 'configure', e.g. '/ffmpegdir/ffmpeg/configure'.
2001-07-22 14:18:56 +00:00
2011-03-17 17:02:14 +01:00
2) Then type 'make' to build FFmpeg. GNU Make 3.81 or later is required.
2001-07-22 14:18:56 +00:00
3) Type 'make install' to install all binaries and libraries you built.