Updated readme to indicate correct etcd version to use

This commit is contained in:
Arches 2016-07-04 10:32:31 +02:00
parent d016f2b5d5
commit fa1a396e8a
1 changed files with 1 additions and 6 deletions

View File

@ -9,12 +9,7 @@ etcd-cpp-api is a C++ API for [etcd](ssh://git@bud-git01.emea.nsn-net.net/etcd-c
* grpc (https://github.com/grpc/grpc/blob/release-0_14/INSTALL.md) * grpc (https://github.com/grpc/grpc/blob/release-0_14/INSTALL.md)
## Compatible etcd version ## Compatible etcd version
While developing the etcd-cpp-api for etcd version 3, we found a bug in etcd and was Use https://github.com/coreos/etcd/releases/tag/v3.0.0 onwards.
eventually fixed in master branch(see: https://github.com/coreos/etcd/issues/5504#event-684957506).
This means that the etcd to be used with this etcd cpp client should be build from latest sources
in etcd master branch as this fix is not yet part of any etcd release.
See etcd documentation on how to build etcd from source:
https://github.com/coreos/etcd/blob/master/Documentation/dl_build.md
## Compatible etcd version ## Compatible etcd version
While developing the etcd-cpp-api for etcd version 3, we found a bug in etcd and was While developing the etcd-cpp-api for etcd version 3, we found a bug in etcd and was