X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=INSTALL;h=8cd22bd4414aff2f243e7e0db686d84b7863778f;hb=db4fac64db305e14f04d87f639b3fc851266b38c;hp=a636c5367ab13331385ac8e51b3fc4d17972f06e;hpb=b7d690f89d39de91cce2e3feb18f775c56ff4af5;p=ffmpeg diff --git a/INSTALL b/INSTALL index a636c5367ab..8cd22bd4414 100644 --- a/INSTALL +++ b/INSTALL @@ -1,14 +1,11 @@ -1) Type './configure' create the configuration (use './configure ---help' to have the configure options). +1) Type './configure' to create the configuration. A list of configure +options is printed by running 'configure --help'. -'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. +'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. On BSD systems, type 'gmake' -instead of 'make'. You may need to install GNU make first. +2) Then type 'make' to build FFmpeg. GNU Make 3.81 or later is required. -3) Type 'make install' to install ffmpeg and ffserver in -/usr/local/bin. +3) Type 'make install' to install all binaries and libraries you built.