Comparing version 3.3.2-2 to 3.3.2-3
{ | ||
"name": "zookeeper", | ||
"description": "apache zookeeper client for node.js (zookeeper async API >= 3.3.1)", | ||
"version": "3.3.2-2", | ||
"version": "3.3.2-3", | ||
"author": "Yuri Finkelstein <yurif2003@yahoo.com>", | ||
@@ -6,0 +6,0 @@ "contributors": [ |
@@ -172,8 +172,10 @@ NAME | ||
- node-waf configure build [--zookeeper zookeeper-version|prefix-path] | ||
- node-waf configure build [--zookeeper zookeeper-version|prefix-path|''] | ||
- node demo1.js | ||
- cd tests && node zk_test_XYZ.js | ||
- note: edit the includes/libpath if you have installed zookeeper C lib anywhere other than /usr/local/ | ||
- note: if you are building on osx and you get a compile error regarding "mmacosx-version-min", uncomment the cxxflags and ldflags for osx in the build function of wscript and try again. I am not sure why this issue arrises for some and not others (anyone with the answer please explain/fix if possible). | ||
- node: if you wish to build with a specific version of zookeeper C lib, use --zookeeper VERSION (will download/build it) or --zookeeper PATH (if you have downloaded it and possibly made changes etc.) | ||
- note: if you wish to link against an existing zookeeper lib: use --zoookeeper '', and put your lib/headers it in /usr/local/ (or edit the wscript appropriately) | ||
- note: if you are building on osx and you get a compile error regarding "mmacosx-version-min", you may need to edit the wscript and remove it (anyone with the answer please explain/fix if possible). | ||
- note: if you are building on a platform for which the options are not working, please add a specific elif for that platform and create a pull request. | ||
@@ -180,0 +182,0 @@ Limitations |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
98064
223