Can't find PHP headers in /usr/include/phpThe php-devel package is required for use of this command yum-config-manager --enable remi-php56yum updateyum install php-devel
1.下载expect和tcl 下载地址:http://download.csdn.net/download/tobyaries/5754943 2.安装expect tar -zxvf tcl8.4.11-src.tar.gz tar -zxvf expect-5.43.0.tar.gz cd tcl8.4.11/unix ./configuremake && make install cd expect-5.43 ./configure --with-tcl=/usr/local/lib
安装svnx2出现 Make sure an svn tool (≥ v1.6) is present in the folder: “/usr/bin” 是因为svnx2需要用到svn的地址,修改为 /Applications/Xcode.app/Contents/Developer/usr/bin/就可以了