linux 环境安装macOS 环境安装编译工具安装因为需要编译安装,所以你电脑上需要有编译工具,运行下面两个命令安装$ brew install automake $ brew install opencc 复制代码安装# 进入下载目录 $ cd ~/Downloads/ # 下载最新版本的源码包 $ wget https://github.com/man-pages-zh/manpage...
安装XDebug使用brew install安装对应版本的XDebug。使用命令: brew search xdebug对于我的mac来说,要安装的版本是php7.1的XDebug,故而安装: brew install homebrew/php/php71-xdebug安装完毕后执行php -i | grep xdebug查看是否有输出(有输出就是安装上了)xdebug xdebug s...