install
来自「ffmpeg源码分析」· 代码 · 共 15 行
TXT
15 行
1) Type './configure' create the configuration (use './configure--help' to have the configure options).'configure' can be launched from another directory than the ffmpegsources to put the objects at that place. In that case, use anabsolute 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.3) Type 'make install' to install ffmpeg and ffserver in/usr/local/bin.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?