1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-08-03 17:59:59 +02:00
ffmpeg/INSTALL
Fabrice Bellard 23642d8e54 add more info about new configure features
Originally committed as revision 583 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-05-25 22:21:14 +00:00

14 lines
426 B
Plaintext

1) Type './configure' create the configuration (use './configure
--help' to have the configure options).
'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.
2) Then type 'make' to build ffmpeg.
3) Type 'make install' to install ffmpeg and ffserver in
/usr/local/bin.