zephir的安装

官方安装指南:http://zephir-lang.com/install.html 

json-c的安装

git clone 
cd json-c 
./autogen.sh
./configure
make && make install

re2c的安装,请先确保服务器时间不能小于安装包的时间。

wget http://downloads.sourceforge.net/project/re2c/re2c/0.13.7.5/re2c-0.13.7.5.tar.gz?r=&ts=1411091553&use_mirror=jaist
tar xzf re2c-0.13.7.5.tar.gz
cd re2c-0.13.7.5
./configure
make && make install

zephir的安装

git clone https://github.com/phalcon/zephir
cd zephir/
./install -c

zephir help

到些安装完成。

你可能感兴趣的:(zephir的安装)