Files
FFmpeg/INSTALL
T

15 lines
513 B
Plaintext
Raw Normal View History

2001-07-22 14:18:56 +00:00
1) Type './configure' create the configuration (use './configure
2005-12-17 18:14:38 +00:00
--help' to have the configure options).
2002-05-25 22:21:14 +00:00
'configure' can be launched from another directory than the ffmpeg
sources to put the objects at that place. In that case, use an
absolute path when launching 'configure',
e.g. /ffmpegdir/ffmpeg/configure.
2001-07-22 14:18:56 +00:00
2006-02-04 11:37:41 +00:00
2) Then type 'make' to build ffmpeg. On BSD systems, type 'gmake'
instead of 'make'. You may need to install GNU make first.
2001-07-22 14:18:56 +00:00
3) Type 'make install' to install ffmpeg and ffserver in
/usr/local/bin.