1
+ <!-- THIS FILE IS AUTO GENERATED FILE.
2
+ MODIFY Reference_Manual.md.in TO MAKE CHANGES. -->
3
+
1
4
# Hazelcast C++ Client Library
2
5
<!-- ts-->
3
6
* [ Hazelcast C++ Client Library] ( #hazelcast-c-client-library )
@@ -220,7 +223,7 @@ Please see [example instructions](https://docs.conan.io/en/latest/getting_starte
220
223
- You need to put the following lines to your ` conanfile.txt ` :
221
224
```
222
225
[requires]
223
- hazelcast-cpp-client/5.2 .0
226
+ hazelcast-cpp-client/5.4 .0
224
227
225
228
[generators]
226
229
cmake
@@ -250,22 +253,22 @@ Follow the instructions for your platform:
250
253
* [ Windows] ( #1134-windows-users )
251
254
252
255
#### 1.1.3.3. Linux and MacOS Users
253
- Here is how you download and extract version 5.2 .0 using the ** curl** command:
256
+ Here is how you download and extract version 5.4 .0 using the ** curl** command:
254
257
``` sh
255
- curl -Lo hazelcast-cpp-client-5.2 .0.tar.gz https://github.com/hazelcast/hazelcast-cpp-client/archive/v5.2 .0.tar.gz
256
- tar xzf hazelcast-cpp-client-5.2 .0.tar.gz
258
+ curl -Lo hazelcast-cpp-client-5.4 .0.tar.gz https://github.com/hazelcast/hazelcast-cpp-client/archive/v5.4 .0.tar.gz
259
+ tar xzf hazelcast-cpp-client-5.4 .0.tar.gz
257
260
```
258
261
259
262
Alternatively, you may clone the repository and checkout a specific version:
260
263
``` sh
261
264
git clone https://github.com/hazelcast/hazelcast-cpp-client.git
262
265
cd hazelcast-cpp-client
263
- git checkout v5.2 .0
266
+ git checkout v5.4 .0
264
267
```
265
268
266
269
Once you are in the source directory of the Hazelcast C++ client library, create and change into a new directory:
267
270
``` sh
268
- cd hazelcast-cpp-client-5.2 .0
271
+ cd hazelcast-cpp-client-5.4 .0
269
272
mkdir build
270
273
cd build
271
274
```
@@ -292,7 +295,7 @@ Download and extract the release archive from the
292
295
293
296
Open a ` cmd ` window and change into the folder where you extracted the contents of the release archive. Then create and change into a new directory:
294
297
``` bat
295
- cd hazelcast-cpp-client-5.2 .0
298
+ cd hazelcast-cpp-client-5.4 .0
296
299
mkdir build
297
300
cd build
298
301
```
0 commit comments