You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[A community user raised that the `vcpkg` instructions no longer
work](https://hazelcastcommunity.slack.com/archives/C015Q2TUBKL/p1743010446548399).
Specifically, `vcpkg` delisted Hazelcast when upgrading to Boost `1.87`
- microsoft/vcpkg#42678.
As such an version of `vcpkg` must be used that _does_ contain
Hazelcast.
Tested locally on a fresh environment via Docker:
```
docker run --interactive --tty --rm --platform linux/amd64 ubuntu:latest bash -c "apt-get -y update && apt-get install -y curl git build-essential zip unzip tar pkg-config && git clone https://github.com/microsoft/vcpkg --branch 2025.02.14 && ./vcpkg/bootstrap-vcpkg.sh && ./vcpkg/vcpkg install hazelcast-cpp-client[openssl] --recurse"
```
> Successfully downloaded hazelcast-hazelcast-cpp-client-v5.3.0.tar.gz
This is a _workaround_ until the client can be relisted.
0 commit comments