Commit a48374e
authored
Update
[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.vcpkg instructions (#1272)1 parent 0659beb commit a48374e
2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
195 | | - | |
| 195 | + | |
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | | - | |
| 203 | + | |
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
| |||
0 commit comments