tgockel / zookeeper-cpp

A ZooKeeper client for C++.
http://tgockel.github.io/zookeeper-cpp/
Apache License 2.0
149 stars 40 forks source link

I want to know if I can use it on Windows #129

Closed 925486270 closed 2 years ago

925486270 commented 2 years ago

I want to know if I can use it on Windows

tgockel commented 2 years ago

Per the readme on non-Linux:

Can you get this library working on platforms that are not Linux? Maybe. But Linux is the primary development, testing, and deployment platform of people writing distributed applications, so this library is targetted at Linux.