Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 678 Bytes

File metadata and controls

25 lines (16 loc) · 678 Bytes

zookeeper-cpp

C++ library designed to make working with Zookeeper a more hassle-free experience and one that is less error prone.

You should be familiar with Zookeeper and have read the http://zookeeper.apache.org/doc/trunk/zookeeperProgrammers.html before using zookeeper-cpp.

Downloading

You can find the official release packages of the library at:

https://github.com/spottradingllc/zookeeper-cpp

Building with CMake

To build the libraries and run the tests with CMake, you will need to have CMake version 2.8.10 or higher installed appropriately in your system.

$ cmake --version
cmake version 2.8.10