您的位置:首页 > 编程语言 > PHP开发

MAC下安装ICU和PHP INTL 扩展

2014-06-25 13:53 316 查看
1.下载Ant(备注:下载bin.tar.gz格式,省得去编译)
ant官网:http://ant.apache.org/
2.解压


tar -zxvf apache-ant-1.9.4-bin.tar.gz
3、以root用户安装
cp apache-ant-1.9.4 /usr/local/ant
建一个default的软link,方便后面设置环境还有以后更新
cd /usr/local/ant
ln -s usr/local/apache-ant-1.9.4 ant_default
用root用户进入
cd /usr/sbin
建立脚本的软链接
ln -s /usr/local/ant/ant_default/bin/ant ant
输入 ant
出现
Buildfile: build.xml does not exist!
Build failed
说明成功
本文出自 “秦恒” 博客,请务必保留此出处http://qinheng.blog.51cto.com/8764944/1565332
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: