mirror of https://github.com/FFmpeg/FFmpeg.git
Originally committed as revision 12828 to svn://svn.ffmpeg.org/ffmpeg/trunkpull/126/head
parent
296df4e75f
commit
6dffc88d99
1 changed files with 8 additions and 10 deletions
@ -1,14 +1,12 @@ |
|||||||
|
|
||||||
1) Type './configure' create the configuration (use './configure |
1) Type './configure' to create the configuration. A list of configure |
||||||
--help' to have the configure options). |
options is printed by running 'configure --help'. |
||||||
|
|
||||||
'configure' can be launched from another directory than the ffmpeg |
'configure' can be launched from a directory different from the FFmpeg |
||||||
sources to put the objects at that place. In that case, use an |
sources to build the objects out of tree. To do this, use an absolute |
||||||
absolute path when launching 'configure', |
path when launching 'configure', e.g. '/ffmpegdir/ffmpeg/configure'. |
||||||
e.g. /ffmpegdir/ffmpeg/configure. |
|
||||||
|
|
||||||
2) Then type 'make' to build ffmpeg. On BSD systems, type 'gmake' |
2) Then type 'make' to build FFmpeg. On BSD systems, type 'gmake' |
||||||
instead of 'make'. You may need to install GNU make first. |
instead of 'make'. You may need to install GNU Make first. |
||||||
|
|
||||||
3) Type 'make install' to install ffmpeg and ffserver in |
3) Type 'make install' to install all binaries and libraries you built. |
||||||
/usr/local/bin. |
|
||||||
|
Loading…
Reference in new issue