zookeeper 源码编译
Posted idea-persistence
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了zookeeper 源码编译相关的知识,希望对你有一定的参考价值。
环境:mac
1、github上下载 源码
项目地址:https://github.com/apache/zookeeper
2、安装 ant
mac:brew update -> brew install ant
ant -version 检查是否安装成功
3、cd zookeeper 文件夹, 执行 ant eclipse
4、idea 导入 eclipse 工程
以上是关于zookeeper 源码编译的主要内容,如果未能解决你的问题,请参考以下文章
Zookeeper源码编译为Eclipse工程(win7下Ant编译)