1.打开终端,去清华大学下载brew。https://mirrors.tuna.tsinghua.edu.cn/help/homebrew-bottles/
2.下载autoconf,终端在安装好brew后直接打命令 brew autoconf
3.下载编译安装(需要自己编译php源码,不然会报错)
git clone --depth=1 git://github.com/phalcon/cphalcon.git
cd cphalcon/build
sudo ./install
时间: 2024-10-12 19:54:35