您的位置:首页 > 运维架构 > Apache

在Snow leopard (Mac os x 10.6) 上开发Apache Thrift

2010-06-21 19:31 501 查看

安装

非常简单,执行下面的脚本,注意把log4j jar 的位置改成自己的!

安装Textmate thrift bundle

#!/bin/sh LC_CTYPE=en_US.UTF-8 SVN=`which svn` echo Changing to Bundles directory... mkdir -p "/Library/Application Support/TextMate/Bundles" cd "/Library/Application Support/TextMate/Bundles" if [ -d "/Library/Application Support/TextMate/Bundles/Thrift.tmbundle" ]; then echo Thrift bundle already exists - updating... $SVN up "Thrift.tmbundle" else echo Checking out Thrift bundle... $SVN --username anon --password anon co "http://svn.textmate.org/trunk/Bundles/Thrift.tmbundle/" fi

执行完成后记得重启Textmate!
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: