1 Star 0 Fork 0

李半知/zookeeper-source

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
README_packaging.txt 1.32 KB
一键复制 编辑 原始数据 按行查看 历史
README file for Packaging Notes
Requirement
-----------
ant (recommended version 1.9.4 or later for concurrent JUnit test execution)
gcc, cppunit and python-setuptools are required to build
C and python bindings.
On RHEL machine:
yum install cppunit
yum install python-setuptools
On Ubuntu:
apt-get --install cppunit
apt-get --install python-setuptools
Package build command
---------------------
The ZooKeeper project publishes releases as tarballs. For ZooKeeper packages
specific to your OS (such as rpm and deb), consider using Apache Bigtop:
http://bigtop.apache.org/
Command to build tarball package: ant tar
zookeeper-<version>.tar.gz tarball file structure layout
/bin - User executable
/sbin - System executable
/libexec - Configuration boot trap script
/lib - Library dependencies
/docs - Documents
/share/zookeeper - Project files
Command to build tarball package with native components: ant package-native tar
zookeeper-<version>-lib.tar.gz tarball file structure layout
/bin - User executable
/lib - Native libraries
/include/zookeeper - Native library headers
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jixuestyle/zookeeper-source.git
git@gitee.com:jixuestyle/zookeeper-source.git
jixuestyle
zookeeper-source
zookeeper-source
my-master

搜索帮助