FFmpeg 编译静态库

1. 使用工具

  1.1 FFmpeg 官网:

  1.2 FFmpeg macOS 官方安装教程:

  1.3 Homebreaw 安装网站:

2. Homebreaw 介绍

  2.1 简称 brew,在 Mac 平台终端上管理软件包,安装,更新,卸载等软件

  2.2 安装 brew,终端执行指令(内部安装): 

  // ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)”
  // /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
  /bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"

  2.3 出现安装或者更新问题:

    错误:Error: Cannot download non-corrupt https://formulae.brew.sh/api/for

猜你喜欢

转载自blog.csdn.net/u011193452/article/details/130202517