目录
前言
VoIP要使用到开源项目linphone,编译linphone需要安装依赖库,官方使用的是Macports,但是这里我们使用Homebrew来替代。如果未安装过Homebrew的小伙伴们请查看【快速开发VoIP】(Homebrew安装)
- brew install coreutils automake autoconf libtool intltool wget pkgconfig cmake yasm nasm doxygen ImageMagick optipng libantlr3c gettext
在安装Caveat的时候可能会有个警告:
- All commands have been installed with the prefix 'g'.
- If you really need to use these commands with their normal names, you
- can add a "gnubin" directory to your PATH from your bashrc like:
- PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH"
我们来照着说明改一下: