8 Star 13 Fork 0

Zan-Group/zan

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.sh 612 Bytes
一键复制 编辑 原始数据 按行查看 历史
huyanlin 提交于 2017-07-15 15:33 . update doc
#!/bin/sh
PWD=`pwd`
cd zan-extension
$1/phpize -v
result=$?
if [ $result != 0 ]
then
echo '请输入PHP的bin路径'
exit
fi
case $2 in
build)
$1/phpize
./configure --enable-openssl --with-php-config=$1/php-config
make
;;
install)
make install
;;
clean)
make clean
;;
clean-all)
make clean
./clean.sh
;;
*)
make clean
./clean.sh
$1/phpize
./configure --enable-openssl --with-php-config=$1/php-config
make
make install
;;
esac
cd $PWD
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/zan-group/zan.git
git@gitee.com:zan-group/zan.git
zan-group
zan
zan
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385