You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
513B

  1. 1) Type './configure' create the configuration (use './configure
  2. --help' to have the configure options).
  3. 'configure' can be launched from another directory than the ffmpeg
  4. sources to put the objects at that place. In that case, use an
  5. absolute path when launching 'configure',
  6. e.g. /ffmpegdir/ffmpeg/configure.
  7. 2) Then type 'make' to build ffmpeg. On BSD systems, type 'gmake'
  8. instead of 'make'. You may need to install GNU make first.
  9. 3) Type 'make install' to install ffmpeg and ffserver in
  10. /usr/local/bin.